#D488AD

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

Shades of Kobi #D488AD

Tints of Kobi #D488AD

Color information

#D488AD (or 0xD488AD) is unknown color: approx Kobi. HEX triplet: D4, 88 and AD. RGB value is (212,136,173). Sum of RGB (Red+Green+Blue) = 212+136+173=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 136 (53.52% from 255 or 26.10% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 212 - color contains mainly: red. Hex color #D488AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D488AD is #2B7752. Grayscale: #A2A2A2. Windows color (decimal): -2848595 or 11372756. OLE color: 11372756.

HSL color Cylindrical-coordinate representation of color #D488AD: hue angle of 330.79º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D488AD is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB212136173-
CMYK00.360.180.17
HSL330.79º46.91%68.24%-
HSV(B)330.79º35.85%83.14%-
XYZ43.534.6243.93-
YUV162.94133.68162.99-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.69%
GREEN value IS 136 (53.52% from 255) = 26.10%
BLUE value IS 173 (67.97% from 255) = 33.21%
R=40.69%
G=26.10%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213617300.360.180.17330.7946.9168.24
HexD488AD024121114b2f44
Octal324210255044222151357104
Binary110101001000100010101101010010010010100011010010111011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D488AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D488AD; }

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

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

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

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

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

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

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

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