#D287AD

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

Shades of Kobi #D287AD

Tints of Kobi #D287AD

Color information

#D287AD (or 0xD287AD) is unknown color: approx Kobi. HEX triplet: D2, 87 and AD. RGB value is (210,135,173). Sum of RGB (Red+Green+Blue) = 210+135+173=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 135 (53.12% from 255 or 26.06% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 210 - color contains mainly: red. Hex color #D287AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D287AD is #2D7852. Grayscale: #A1A1A1. Windows color (decimal): -2979923 or 11372498. OLE color: 11372498.

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

Color convert

RGB210135173-
CMYK00.360.180.18
HSL329.6º45.45%67.65%-
HSV(B)329.6º35.71%82.35%-
XYZ42.7934.0543.85-
YUV161.76134.35162.41-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.54%
GREEN value IS 135 (53.12% from 255) = 26.06%
BLUE value IS 173 (67.97% from 255) = 33.40%
R=40.54%
G=26.06%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013517300.360.180.18329.645.4567.65
HexD287AD024121214a2d44
Octal322207255044222251255104
Binary110100101000011110101101010010010010100101010010101011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D287AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D287AD; }

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

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

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

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

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

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

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

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