Html Css Color HEX #DB88EC Violet

📋 copy color: '#DB88EC'

red 219 ◦ green 136 ◦ blue 236

#DB88EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet #DB88EC

Tints of Violet #DB88EC

RGB

 RED value IS 219 (85.94% from 255) = 37.06%

 GREEN value IS 136 (53.52% from 255) = 23.01%

 BLUE value IS 236 (92.58% from 255) = 39.93%

R = 37.06%
G = 23.01%
B = 39.93%

CMYK

 C value IS 0.07

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB88EC (or 0xDB88EC) is known color: Violet. HEX triplet: DB, 88 and EC. RGB value is (219,136,236). Sum of RGB (Red+Green+Blue) = 219+136+236=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 136 (53.52% from 255 or 23.01% 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 #DB88EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB88EC is #247713. Grayscale: #ABABAB. Windows color (decimal): -2389780 or 15501531. OLE color: 15501531.

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

Color convert

RGB 219 136 236 -
CMYK 0.07 0.42 0 0.07
HSL 289.8º 0.72% 0.73% -
HSV(B) 289.8º 0.42% 0.93% -
XYZ 53.16 38.72 84.03 -
YUV 172.22 164 161.37 -
System Red Green Blue C M Y K H S L
Decimal 219 136 236 0.07 0.42 0 0.07 289.8 0.72 0.73
Hex DB 88 EC 7 2A 0 7 122 48 49
Octal 333 210 354 7 52 0 7 442 110 111
Binary 11011011 10001000 11101100 111 101010 0 111 100100010 1001000 1001001

Color Harmonies of #DB88EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB88EC

Black with #DB88EC

Text Example


Text Example

White with #DB88EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB88EC; }

 p { color: rgb(219,136,236); }

 H1.HeaderClassName
 {
   color: #DB88EC;
 }
 .AnyTagClassName
 {
   color: #DB88EC;
 }
</style>

background-color css

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

 a { background-color: rgb(219,136,236); }

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

border-color css

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

 span { border-color: rgb(219,136,236); }

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