#D985AE

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

Shades of Kobi #D985AE

Tints of Kobi #D985AE

Color information

#D985AE (or 0xD985AE) is unknown color: approx Kobi. HEX triplet: D9, 85 and AE. RGB value is (217,133,174). Sum of RGB (Red+Green+Blue) = 217+133+174=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 174 (68.36% from 255 or 33.21% from 524); Max value from RGB is 217 - color contains mainly: red. Hex color #D985AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D985AE is #267A51. Grayscale: #A2A2A2. Windows color (decimal): -2521682 or 11437529. OLE color: 11437529.

HSL color Cylindrical-coordinate representation of color #D985AE: hue angle of 330.71º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D985AE is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB217133174-
CMYK00.390.200.15
HSL330.71º52.5%68.63%-
HSV(B)330.71º38.71%85.1%-
XYZ44.6434.5844.37-
YUV162.79134.33166.67-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.41%
GREEN value IS 133 (52.34% from 255) = 25.38%
BLUE value IS 174 (68.36% from 255) = 33.21%
R=41.41%
G=25.38%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713317400.390.200.15330.7152.568.63
HexD985AE02714F14b3445
Octal331205256047241751364105
Binary11011001100001011010111001001111010011111010010111101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D985AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D985AE; }

 p { color: rgb(217,133,174); }

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

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

 a { background-color: rgb(217,133,174); }

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

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

 span { border-color: rgb(217,133,174); }

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