Html Css Color HEX #DC7DAB Kobi

📋 copy color: '#DC7DAB'

red 220 ◦ green 125 ◦ blue 171

#DC7DAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kobi #DC7DAB

Tints of Kobi #DC7DAB

RGB

 RED value IS 220 (86.33% from 255) = 42.64%

 GREEN value IS 125 (49.22% from 255) = 24.22%

 BLUE value IS 171 (67.19% from 255) = 33.14%

R = 42.64%
G = 24.22%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DC7DAB (or 0xDC7DAB) is known color: Kobi. HEX triplet: DC, 7D and AB. RGB value is (220,125,171). Sum of RGB (Red+Green+Blue) = 220+125+171=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 125 (49.22% from 255 or 24.22% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7DAB is #238254. Grayscale: #9E9E9E. Windows color (decimal): -2327125 or 11238876. OLE color: 11238876.

HSL color Cylindrical-coordinate representation of color #DC7DAB: hue angle of 330.95º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC7DAB is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 125 171 -
CMYK 0 0.43 0.22 0.14
HSL 330.95º 0.58% 0.68% -
HSV(B) 330.95º 0.43% 0.86% -
XYZ 44.2 32.82 42.53 -
YUV 158.65 134.97 171.76 -
System Red Green Blue C M Y K H S L
Decimal 220 125 171 0 0.43 0.22 0.14 330.95 0.58 0.68
Hex DC 7D AB 0 2B 16 E 14B 3A 44
Octal 334 175 253 0 53 26 16 513 72 104
Binary 11011100 1111101 10101011 0 101011 10110 1110 101001011 111010 1000100

Color Harmonies of #DC7DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7DAB

Black with #DC7DAB

Text Example


Text Example

White with #DC7DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7DAB; }

 p { color: rgb(220,125,171); }

 H1.HeaderClassName
 {
   color: #DC7DAB;
 }
 .AnyTagClassName
 {
   color: #DC7DAB;
 }
</style>

background-color css

<style>
 a { background-color: #DC7DAB; }

 a { background-color: rgb(220,125,171); }

 div.DivClassName
 {
   background-color: #DC7DAB;
 }
 .BgClassName
 {
   background-color: #DC7DAB;
 }
</style>

border-color css

<style>
 span { border-color: #DC7DAB; }

 span { border-color: rgb(220,125,171); }

 td.TdClassName
 {
   border-color: #DC7DAB;
 }
 .TagClassName
 {
   border-color: #DC7DAB;
 }
</style>