#D087AE

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

Shades of Kobi #D087AE

Tints of Kobi #D087AE

Color information

#D087AE (or 0xD087AE) is unknown color: approx Kobi. HEX triplet: D0, 87 and AE. RGB value is (208,135,174). Sum of RGB (Red+Green+Blue) = 208+135+174=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 135 (53.12% from 255 or 26.11% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 208 - color contains mainly: red. Hex color #D087AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D087AE is #2F7851. Grayscale: #A1A1A1. Windows color (decimal): -3110994 or 11438032. OLE color: 11438032.

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

Color convert

RGB208135174-
CMYK00.350.160.18
HSL327.95º43.71%67.25%-
HSV(B)327.95º35.1%81.57%-
XYZ42.3233.7944.34-
YUV161.27135.18161.33-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.23%
GREEN value IS 135 (53.12% from 255) = 26.11%
BLUE value IS 174 (68.36% from 255) = 33.66%
R=40.23%
G=26.11%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813517400.350.160.18327.9543.7167.25
HexD087AE02310121482c43
Octal320207256043202251054103
Binary110100001000011110101110010001110000100101010010001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D087AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D087AE; }

 p { color: rgb(208,135,174); }

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

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

 a { background-color: rgb(208,135,174); }

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

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

 span { border-color: rgb(208,135,174); }

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