#D788AD

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

Shades of Kobi #D788AD

Tints of Kobi #D788AD

Color information

#D788AD (or 0xD788AD) is unknown color: approx Kobi. HEX triplet: D7, 88 and AD. RGB value is (215,136,173). Sum of RGB (Red+Green+Blue) = 215+136+173=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 136 (53.52% from 255 or 25.95% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D788AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D788AD is #287752. Grayscale: #A3A3A3. Windows color (decimal): -2651987 or 11372759. OLE color: 11372759.

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

Color convert

RGB215136173-
CMYK00.370.200.16
HSL331.9º49.69%68.82%-
HSV(B)331.9º36.74%84.31%-
XYZ44.3735.0743.97-
YUV163.84133.17164.49-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.03%
GREEN value IS 136 (53.52% from 255) = 25.95%
BLUE value IS 173 (67.97% from 255) = 33.02%
R=41.03%
G=25.95%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513617300.370.200.16331.949.6968.82
HexD788AD025141014c3245
Octal327210255045242051462105
Binary110101111000100010101101010010110100100001010011001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D788AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D788AD; }

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

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

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

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

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

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

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

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