#D88DB3

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

Shades of Kobi #D88DB3

Tints of Kobi #D88DB3

Color information

#D88DB3 (or 0xD88DB3) is unknown color: approx Kobi. HEX triplet: D8, 8D and B3. RGB value is (216,141,179). Sum of RGB (Red+Green+Blue) = 216+141+179=536 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.30% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 179 (70.31% from 255 or 33.40% from 536); Max value from RGB is 216 - color contains mainly: red. Hex color #D88DB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88DB3 is #27724C. Grayscale: #A7A7A7. Windows color (decimal): -2585165 or 11767256. OLE color: 11767256.

HSL color Cylindrical-coordinate representation of color #D88DB3: hue angle of 329.6º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D88DB3 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB216141179-
CMYK00.350.170.15
HSL329.6º49.02%70%-
HSV(B)329.6º34.72%84.71%-
XYZ45.9836.947.35-
YUV167.76134.35162.41-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.30%
GREEN value IS 141 (55.47% from 255) = 26.31%
BLUE value IS 179 (70.31% from 255) = 33.40%
R=40.30%
G=26.31%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614117900.350.170.15329.649.0270
HexD88DB302311F14a3146
Octal330215263043211751261106
Binary11011000100011011011001101000111000111111010010101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88DB3; }

 p { color: rgb(216,141,179); }

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

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

 a { background-color: rgb(216,141,179); }

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

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

 span { border-color: rgb(216,141,179); }

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