#D999AD

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

Shades of Kobi #D999AD

Tints of Kobi #D999AD

Color information

#D999AD (or 0xD999AD) is unknown color: approx Kobi. HEX triplet: D9, 99 and AD. RGB value is (217,153,173). Sum of RGB (Red+Green+Blue) = 217+153+173=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 153 (60.16% from 255 or 28.18% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 217 - color contains mainly: red. Hex color #D999AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D999AD is #266652. Grayscale: #AEAEAE. Windows color (decimal): -2516563 or 11377113. OLE color: 11377113.

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

Color convert

RGB217153173-
CMYK00.290.200.15
HSL341.25º45.71%72.55%-
HSV(B)341.25º29.49%85.1%-
XYZ47.5540.5544.86-
YUV174.42127.2158.37-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.96%
GREEN value IS 153 (60.16% from 255) = 28.18%
BLUE value IS 173 (67.97% from 255) = 31.86%
R=39.96%
G=28.18%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715317300.290.200.15341.2545.7172.55
HexD999AD01D14F1552e49
Octal331231255035241752556111
Binary1101100110011001101011010111011010011111010101011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D999AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D999AD; }

 p { color: rgb(217,153,173); }

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

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

 a { background-color: rgb(217,153,173); }

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

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

 span { border-color: rgb(217,153,173); }

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