Html Css Color HEX #DB88ED Violet

📋 copy color: '#DB88ED'

red 219 ◦ green 136 ◦ blue 237

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

Shades of Violet #DB88ED

Tints of Violet #DB88ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.03%

R = 36.99%
G = 22.97%
B = 40.03%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB88ED (or 0xDB88ED) is known color: Violet. HEX triplet: DB, 88 and ED. RGB value is (219,136,237). Sum of RGB (Red+Green+Blue) = 219+136+237=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 136 (53.52% from 255 or 22.97% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB88ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB88ED is #247712. Grayscale: #ACACAC. Windows color (decimal): -2389779 or 15567067. OLE color: 15567067.

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

Color convert

RGB 219 136 237 -
CMYK 0.08 0.43 0 0.07
HSL 289.31º 0.74% 0.73% -
HSV(B) 289.31º 0.43% 0.93% -
XYZ 53.3 38.78 84.8 -
YUV 172.33 164.5 161.29 -
System Red Green Blue C M Y K H S L
Decimal 219 136 237 0.08 0.43 0 0.07 289.31 0.74 0.73
Hex DB 88 ED 8 2B 0 7 121 4A 49
Octal 333 210 355 10 53 0 7 441 112 111
Binary 11011011 10001000 11101101 1000 101011 0 111 100100001 1001010 1001001

Color Harmonies of #DB88ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB88ED

Black with #DB88ED

Text Example


Text Example

White with #DB88ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB88ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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