#D286AE

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

Shades of Kobi #D286AE

Tints of Kobi #D286AE

Color information

#D286AE (or 0xD286AE) is unknown color: approx Kobi. HEX triplet: D2, 86 and AE. RGB value is (210,134,174). Sum of RGB (Red+Green+Blue) = 210+134+174=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 134 (52.73% from 255 or 25.87% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 210 - color contains mainly: red. Hex color #D286AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D286AE is #2D7951. Grayscale: #A1A1A1. Windows color (decimal): -2980178 or 11437778. OLE color: 11437778.

HSL color Cylindrical-coordinate representation of color #D286AE: hue angle of 328.42º 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 #D286AE is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB210134174-
CMYK00.360.170.18
HSL328.42º45.78%67.45%-
HSV(B)328.42º36.19%82.35%-
XYZ42.7433.8144.32-
YUV161.28135.18162.75-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.54%
GREEN value IS 134 (52.73% from 255) = 25.87%
BLUE value IS 174 (68.36% from 255) = 33.59%
R=40.54%
G=25.87%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013417400.360.170.18328.4245.7867.45
HexD286AE02411121482e43
Octal322206256044212251056103
Binary110100101000011010101110010010010001100101010010001011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D286AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D286AE; }

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

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

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

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

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

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

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

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