#D288AD

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

Shades of Kobi #D288AD

Tints of Kobi #D288AD

Color information

#D288AD (or 0xD288AD) is unknown color: approx Kobi. HEX triplet: D2, 88 and AD. RGB value is (210,136,173). Sum of RGB (Red+Green+Blue) = 210+136+173=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 136 (53.52% from 255 or 26.20% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 210 - color contains mainly: red. Hex color #D288AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D288AD is #2D7752. Grayscale: #A2A2A2. Windows color (decimal): -2979667 or 11372754. OLE color: 11372754.

HSL color Cylindrical-coordinate representation of color #D288AD: hue angle of 330º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D288AD is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB210136173-
CMYK00.350.180.18
HSL330º45.12%67.84%-
HSV(B)330º35.24%82.35%-
XYZ42.9334.3343.9-
YUV162.34134.02161.99-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.46%
GREEN value IS 136 (53.52% from 255) = 26.20%
BLUE value IS 173 (67.97% from 255) = 33.33%
R=40.46%
G=26.20%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013617300.350.180.1833045.1267.84
HexD288AD023121214a2d44
Octal322210255043222251255104
Binary110100101000100010101101010001110010100101010010101011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D288AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D288AD; }

 p { color: rgb(210,136,173); }

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

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

 a { background-color: rgb(210,136,173); }

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

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

 span { border-color: rgb(210,136,173); }

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