#D88EB1

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

Shades of Kobi #D88EB1

Tints of Kobi #D88EB1

Color information

#D88EB1 (or 0xD88EB1) is unknown color: approx Kobi. HEX triplet: D8, 8E and B1. RGB value is (216,142,177). Sum of RGB (Red+Green+Blue) = 216+142+177=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 142 (55.86% from 255 or 26.54% from 535); Blue value is 177 (69.53% from 255 or 33.08% from 535); Max value from RGB is 216 - color contains mainly: red. Hex color #D88EB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88EB1 is #27714E. Grayscale: #A8A8A8. Windows color (decimal): -2584911 or 11636440. OLE color: 11636440.

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

Color convert

RGB216142177-
CMYK00.340.180.15
HSL331.62º48.68%70.2%-
HSV(B)331.62º34.26%84.71%-
XYZ45.9337.1246.34-
YUV168.12133.02162.15-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.37%
GREEN value IS 142 (55.86% from 255) = 26.54%
BLUE value IS 177 (69.53% from 255) = 33.08%
R=40.37%
G=26.54%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614217700.340.180.15331.6248.6870.2
HexD88EB102212F14c3146
Octal330216261042221751461106
Binary11011000100011101011000101000101001011111010011001100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88EB1; }

 p { color: rgb(216,142,177); }

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

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

 a { background-color: rgb(216,142,177); }

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

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

 span { border-color: rgb(216,142,177); }

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