#DF88A3

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

Shades of Kobi #DF88A3

Tints of Kobi #DF88A3

Color information

#DF88A3 (or 0xDF88A3) is unknown color: approx Kobi. HEX triplet: DF, 88 and A3. RGB value is (223,136,163). Sum of RGB (Red+Green+Blue) = 223+136+163=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 136 (53.52% from 255 or 26.05% from 522); Blue value is 163 (64.06% from 255 or 31.23% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DF88A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF88A3 is #20775C. Grayscale: #A5A5A5. Windows color (decimal): -2127709 or 10717407. OLE color: 10717407.

HSL color Cylindrical-coordinate representation of color #DF88A3: hue angle of 341.38º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF88A3 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB223136163-
CMYK00.390.270.13
HSL341.38º57.62%70.39%-
HSV(B)341.38º39.01%87.45%-
XYZ45.8535.9439.17-
YUV165.09126.82169.3-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.72%
GREEN value IS 136 (53.52% from 255) = 26.05%
BLUE value IS 163 (64.06% from 255) = 31.23%
R=42.72%
G=26.05%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313616300.390.270.13341.3857.6270.39
HexDF88A30271BD1553a46
Octal337210243047331552572106
Binary11011111100010001010001101001111101111011010101011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF88A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF88A3; }

 p { color: rgb(223,136,163); }

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

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

 a { background-color: rgb(223,136,163); }

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

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

 span { border-color: rgb(223,136,163); }

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