Html Css Color HEX #DB7EE7 Violet

📋 copy color: '#DB7EE7'

red 219 ◦ green 126 ◦ blue 231

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

Shades of Violet #DB7EE7

Tints of Violet #DB7EE7

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.88%

 BLUE value IS 231 (90.63% from 255) = 40.1%

R = 38.02%
G = 21.88%
B = 40.1%

CMYK

 C value IS 0.05

 M value IS 0.45

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DB7EE7 (or 0xDB7EE7) is known color: Violet. HEX triplet: DB, 7E and E7. RGB value is (219,126,231). Sum of RGB (Red+Green+Blue) = 219+126+231=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 126 (49.61% from 255 or 21.88% from 576); Blue value is 231 (90.62% from 255 or 40.10% from 576); Max value from RGB is 231 - color contains mainly: blue. Hex color #DB7EE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7EE7 is #248118. Grayscale: #A5A5A5. Windows color (decimal): -2392345 or 15171291. OLE color: 15171291.

HSL color Cylindrical-coordinate representation of color #DB7EE7: hue angle of 293.14º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB7EE7 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 126 231 -
CMYK 0.05 0.45 0 0.09
HSL 293.14º 0.69% 0.7% -
HSV(B) 293.14º 0.45% 0.91% -
XYZ 51.1 35.75 79.81 -
YUV 165.78 164.81 165.96 -
System Red Green Blue C M Y K H S L
Decimal 219 126 231 0.05 0.45 0 0.09 293.14 0.69 0.7
Hex DB 7E E7 5 2D 0 9 125 45 46
Octal 333 176 347 5 55 0 11 445 105 106
Binary 11011011 1111110 11100111 101 101101 0 1001 100100101 1000101 1000110

Color Harmonies of #DB7EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7EE7

Black with #DB7EE7

Text Example


Text Example

White with #DB7EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7EE7; }

 p { color: rgb(219,126,231); }

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

background-color css

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

 a { background-color: rgb(219,126,231); }

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

border-color css

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

 span { border-color: rgb(219,126,231); }

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