#DF87B4

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

Shades of Kobi #DF87B4

Tints of Kobi #DF87B4

Color information

#DF87B4 (or 0xDF87B4) is unknown color: approx Kobi. HEX triplet: DF, 87 and B4. RGB value is (223,135,180). Sum of RGB (Red+Green+Blue) = 223+135+180=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 135 (53.12% from 255 or 25.09% from 538); Blue value is 180 (70.70% from 255 or 33.46% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DF87B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF87B4 is #20784B. Grayscale: #A6A6A6. Windows color (decimal): -2127948 or 11831263. OLE color: 11831263.

HSL color Cylindrical-coordinate representation of color #DF87B4: hue angle of 329.32º 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 #DF87B4 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB223135180-
CMYK00.390.190.13
HSL329.32º57.89%70.2%-
HSV(B)329.32º39.46%87.45%-
XYZ47.3336.3147.69-
YUV166.44135.65168.34-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.45%
GREEN value IS 135 (53.12% from 255) = 25.09%
BLUE value IS 180 (70.70% from 255) = 33.46%
R=41.45%
G=25.09%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313518000.390.190.13329.3257.8970.2
HexDF87B402713D1493a46
Octal337207264047231551172106
Binary11011111100001111011010001001111001111011010010011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF87B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF87B4; }

 p { color: rgb(223,135,180); }

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

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

 a { background-color: rgb(223,135,180); }

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

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

 span { border-color: rgb(223,135,180); }

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