#D788A8

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

Shades of Kobi #D788A8

Tints of Kobi #D788A8

Color information

#D788A8 (or 0xD788A8) is unknown color: approx Kobi. HEX triplet: D7, 88 and A8. RGB value is (215,136,168). Sum of RGB (Red+Green+Blue) = 215+136+168=519 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.43% from 519); Green value is 136 (53.52% from 255 or 26.20% from 519); Blue value is 168 (66.02% from 255 or 32.37% from 519); Max value from RGB is 215 - color contains mainly: red. Hex color #D788A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D788A8 is #287757. Grayscale: #A3A3A3. Windows color (decimal): -2651992 or 11045079. OLE color: 11045079.

HSL color Cylindrical-coordinate representation of color #D788A8: hue angle of 335.7º 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 #D788A8 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB215136168-
CMYK00.370.220.16
HSL335.7º49.69%68.82%-
HSV(B)335.7º36.74%84.31%-
XYZ43.934.8841.47-
YUV163.27130.67164.9-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.43%
GREEN value IS 136 (53.52% from 255) = 26.20%
BLUE value IS 168 (66.02% from 255) = 32.37%
R=41.43%
G=26.20%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513616800.370.220.16335.749.6968.82
HexD788A802516101503245
Octal327210250045262052062105
Binary110101111000100010101000010010110110100001010100001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D788A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D788A8; }

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

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

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

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

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

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

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

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