#D286AD

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

Shades of Kobi #D286AD

Tints of Kobi #D286AD

Color information

#D286AD (or 0xD286AD) is unknown color: approx Kobi. HEX triplet: D2, 86 and AD. RGB value is (210,134,173). Sum of RGB (Red+Green+Blue) = 210+134+173=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 134 (52.73% from 255 or 25.92% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 210 - color contains mainly: red. Hex color #D286AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D286AD is #2D7952. Grayscale: #A1A1A1. Windows color (decimal): -2980179 or 11372242. OLE color: 11372242.

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

Color convert

RGB210134173-
CMYK00.360.180.18
HSL329.21º45.78%67.45%-
HSV(B)329.21º36.19%82.35%-
XYZ42.6533.7743.81-
YUV161.17134.68162.83-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.62%
GREEN value IS 134 (52.73% from 255) = 25.92%
BLUE value IS 173 (67.97% from 255) = 33.46%
R=40.62%
G=25.92%
B=33.46%

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
Decimal21013417300.360.180.18329.2145.7867.45
HexD286AD02412121492e43
Octal322206255044222251156103
Binary110100101000011010101101010010010010100101010010011011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D286AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D286AD; }

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

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

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

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

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

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

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

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