#DF89B2

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

Shades of Kobi #DF89B2

Tints of Kobi #DF89B2

Color information

#DF89B2 (or 0xDF89B2) is unknown color: approx Kobi. HEX triplet: DF, 89 and B2. RGB value is (223,137,178). Sum of RGB (Red+Green+Blue) = 223+137+178=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 137 (53.91% from 255 or 25.46% from 538); Blue value is 178 (69.92% from 255 or 33.09% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DF89B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF89B2 is #20764D. Grayscale: #A7A7A7. Windows color (decimal): -2127438 or 11700703. OLE color: 11700703.

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

Color convert

RGB223137178-
CMYK00.390.200.13
HSL331.4º57.33%70.59%-
HSV(B)331.4º38.57%87.45%-
XYZ47.4136.7946.72-
YUV167.39133.99167.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.45%
GREEN value IS 137 (53.91% from 255) = 25.46%
BLUE value IS 178 (69.92% from 255) = 33.09%
R=41.45%
G=25.46%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313717800.390.200.13331.457.3370.59
HexDF89B202714D14b3947
Octal337211262047241551371107
Binary11011111100010011011001001001111010011011010010111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF89B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF89B2; }

 p { color: rgb(223,137,178); }

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

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

 a { background-color: rgb(223,137,178); }

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

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

 span { border-color: rgb(223,137,178); }

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