#D988AD

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

Shades of Kobi #D988AD

Tints of Kobi #D988AD

Color information

#D988AD (or 0xD988AD) is unknown color: approx Kobi. HEX triplet: D9, 88 and AD. RGB value is (217,136,173). Sum of RGB (Red+Green+Blue) = 217+136+173=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 136 (53.52% from 255 or 25.86% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 217 - color contains mainly: red. Hex color #D988AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D988AD is #267752. Grayscale: #A4A4A4. Windows color (decimal): -2520915 or 11372761. OLE color: 11372761.

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

Color convert

RGB217136173-
CMYK00.370.200.15
HSL332.59º51.59%69.22%-
HSV(B)332.59º37.33%85.1%-
XYZ44.9635.3843.99-
YUV164.44132.84165.49-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.25%
GREEN value IS 136 (53.52% from 255) = 25.86%
BLUE value IS 173 (67.97% from 255) = 32.89%
R=41.25%
G=25.86%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713617300.370.200.15332.5951.5969.22
HexD988AD02514F14d3445
Octal331210255045241751564105
Binary11011001100010001010110101001011010011111010011011101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D988AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D988AD; }

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

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

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

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

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

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

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

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