#DF90A8

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

Shades of Kobi #DF90A8

Tints of Kobi #DF90A8

Color information

#DF90A8 (or 0xDF90A8) is unknown color: approx Kobi. HEX triplet: DF, 90 and A8. RGB value is (223,144,168). Sum of RGB (Red+Green+Blue) = 223+144+168=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 168 (66.02% from 255 or 31.40% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DF90A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF90A8 is #206F57. Grayscale: #AAAAAA. Windows color (decimal): -2125656 or 11047135. OLE color: 11047135.

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

Color convert

RGB223144168-
CMYK00.350.250.13
HSL341.77º55.24%71.96%-
HSV(B)341.77º35.43%87.45%-
XYZ47.4738.4641.97-
YUV170.36126.67165.55-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.68%
GREEN value IS 144 (56.64% from 255) = 26.92%
BLUE value IS 168 (66.02% from 255) = 31.40%
R=41.68%
G=26.92%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314416800.350.250.13341.7755.2471.96
HexDF90A802319D1563748
Octal337220250043311552667110
Binary11011111100100001010100001000111100111011010101101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF90A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF90A8; }

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

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

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

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

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

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

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

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