Html Css Color HEX #DB7DEB Violet

📋 copy color: '#DB7DEB'

red 219 ◦ green 125 ◦ blue 235

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

Shades of Violet #DB7DEB

Tints of Violet #DB7DEB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.59%

 BLUE value IS 235 (92.19% from 255) = 40.59%

R = 37.82%
G = 21.59%
B = 40.59%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB7DEB (or 0xDB7DEB) is known color: Violet. HEX triplet: DB, 7D and EB. RGB value is (219,125,235). Sum of RGB (Red+Green+Blue) = 219+125+235=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 125 (49.22% from 255 or 21.59% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB7DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7DEB is #248214. Grayscale: #A5A5A5. Windows color (decimal): -2392597 or 15433179. OLE color: 15433179.

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

Color convert

RGB 219 125 235 -
CMYK 0.07 0.47 0 0.08
HSL 291.27º 0.73% 0.71% -
HSV(B) 291.27º 0.47% 0.92% -
XYZ 51.54 35.73 82.78 -
YUV 165.65 167.14 166.06 -
System Red Green Blue C M Y K H S L
Decimal 219 125 235 0.07 0.47 0 0.08 291.27 0.73 0.71
Hex DB 7D EB 7 2F 0 8 123 49 47
Octal 333 175 353 7 57 0 10 443 111 107
Binary 11011011 1111101 11101011 111 101111 0 1000 100100011 1001001 1000111

Color Harmonies of #DB7DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7DEB

Black with #DB7DEB

Text Example


Text Example

White with #DB7DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7DEB; }

 p { color: rgb(219,125,235); }

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

background-color css

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

 a { background-color: rgb(219,125,235); }

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

border-color css

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

 span { border-color: rgb(219,125,235); }

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