Html Css Color HEX #DB88EF Violet

📋 copy color: '#DB88EF'

red 219 ◦ green 136 ◦ blue 239

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

Shades of Violet #DB88EF

Tints of Violet #DB88EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.24%

R = 36.87%
G = 22.9%
B = 40.24%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DB88EF (or 0xDB88EF) is known color: Violet. HEX triplet: DB, 88 and EF. RGB value is (219,136,239). Sum of RGB (Red+Green+Blue) = 219+136+239=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 136 (53.52% from 255 or 22.90% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB88EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB88EF is #247710. Grayscale: #ACACAC. Windows color (decimal): -2389777 or 15698139. OLE color: 15698139.

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

Color convert

RGB 219 136 239 -
CMYK 0.08 0.43 0 0.06
HSL 288.35º 0.76% 0.74% -
HSV(B) 288.35º 0.43% 0.94% -
XYZ 53.6 38.9 86.34 -
YUV 172.56 165.5 161.12 -
System Red Green Blue C M Y K H S L
Decimal 219 136 239 0.08 0.43 0 0.06 288.35 0.76 0.74
Hex DB 88 EF 8 2B 0 6 120 4C 4A
Octal 333 210 357 10 53 0 6 440 114 112
Binary 11011011 10001000 11101111 1000 101011 0 110 100100000 1001100 1001010

Color Harmonies of #DB88EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB88EF

Black with #DB88EF

Text Example


Text Example

White with #DB88EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB88EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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