#D88BEC

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

Shades of Violet #D88BEC

Tints of Violet #D88BEC

Color information

#D88BEC (or 0xD88BEC) is unknown color: approx Violet. HEX triplet: D8, 8B and EC. RGB value is (216,139,236). Sum of RGB (Red+Green+Blue) = 216+139+236=591 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.55% from 591); Green value is 139 (54.69% from 255 or 23.52% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 236 - color contains mainly: blue. Hex color #D88BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D88BEC is #277413. Grayscale: #ACACAC. Windows color (decimal): -2585620 or 15502296. OLE color: 15502296.

HSL color Cylindrical-coordinate representation of color #D88BEC: hue angle of 287.63º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D88BEC is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB216139236-
CMYK0.080.4100.07
HSL287.63º71.85%73.53%-
HSV(B)287.63º41.1%92.55%-
XYZ52.6939.1284.13-
YUV173.08163.51158.61-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.55%
GREEN value IS 139 (54.69% from 255) = 23.52%
BLUE value IS 236 (92.58% from 255) = 39.93%
R=36.55%
G=23.52%
B=39.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2161392360.080.4100.07287.6371.8573.53
HexD88BEC82907120484a
Octal330213354105107440110112
Binary1101100010001011111011001000101001011110010000010010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88BEC; }

 p { color: rgb(216,139,236); }

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

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

 a { background-color: rgb(216,139,236); }

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

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

 span { border-color: rgb(216,139,236); }

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