#DF8CA8

Color #DF8CA8 Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #DF8CA8

Tints of Kobi #DF8CA8

Color information

#DF8CA8 (or 0xDF8CA8) is unknown color: approx Kobi. HEX triplet: DF, 8C and A8. RGB value is (223,140,168). Sum of RGB (Red+Green+Blue) = 223+140+168=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 168 (66.02% from 255 or 31.64% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8CA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8CA8 is #207357. Grayscale: #A7A7A7. Windows color (decimal): -2126680 or 11046111. OLE color: 11046111.

HSL color Cylindrical-coordinate representation of color #DF8CA8: hue angle of 339.76º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DF8CA8 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB223140168-
CMYK00.370.250.13
HSL339.76º56.46%71.18%-
HSV(B)339.76º37.22%87.45%-
XYZ46.8837.2741.77-
YUV168.01128167.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.00%
GREEN value IS 140 (55.08% from 255) = 26.37%
BLUE value IS 168 (66.02% from 255) = 31.64%
R=42.00%
G=26.37%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314016800.370.250.13339.7656.4671.18
HexDF8CA802519D1543847
Octal337214250045311552470107
Binary11011111100011001010100001001011100111011010101001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8CA8; }

 p { color: rgb(223,140,168); }

 H1.HeaderClassName
 {
   color: #DF8CA8;
 }
 .AnyTagClassName
 {
   color: #DF8CA8;
 }
</style>
background-color css

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

 a { background-color: rgb(223,140,168); }

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

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

 span { border-color: rgb(223,140,168); }

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