Html Css Color HEX #DC7CA9 Kobi

📋 copy color: '#DC7CA9'

red 220 ◦ green 124 ◦ blue 169

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

Shades of Kobi #DC7CA9

Tints of Kobi #DC7CA9

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.17%

 BLUE value IS 169 (66.41% from 255) = 32.94%

R = 42.88%
G = 24.17%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DC7CA9 (or 0xDC7CA9) is known color: Kobi. HEX triplet: DC, 7C and A9. RGB value is (220,124,169). Sum of RGB (Red+Green+Blue) = 220+124+169=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 124 (48.83% from 255 or 24.17% from 513); Blue value is 169 (66.41% from 255 or 32.94% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7CA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7CA9 is #238356. Grayscale: #9D9D9D. Windows color (decimal): -2327383 or 11107548. OLE color: 11107548.

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

Color convert

RGB 220 124 169 -
CMYK 0 0.44 0.23 0.14
HSL 331.88º 0.58% 0.67% -
HSV(B) 331.88º 0.44% 0.86% -
XYZ 43.88 32.5 41.5 -
YUV 157.83 134.3 172.34 -
System Red Green Blue C M Y K H S L
Decimal 220 124 169 0 0.44 0.23 0.14 331.88 0.58 0.67
Hex DC 7C A9 0 2C 17 E 14C 3A 43
Octal 334 174 251 0 54 27 16 514 72 103
Binary 11011100 1111100 10101001 0 101100 10111 1110 101001100 111010 1000011

Color Harmonies of #DC7CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7CA9

Black with #DC7CA9

Text Example


Text Example

White with #DC7CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7CA9; }

 p { color: rgb(220,124,169); }

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

background-color css

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

 a { background-color: rgb(220,124,169); }

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

border-color css

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

 span { border-color: rgb(220,124,169); }

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