Html Css Color HEX #DB7EFF Heliotrope

📋 copy color: '#DB7EFF'

red 219 ◦ green 126 ◦ blue 255

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

Shades of Heliotrope #DB7EFF

Tints of Heliotrope #DB7EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.5%

R = 36.5%
G = 21%
B = 42.5%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DB7EFF (or 0xDB7EFF) is known color: Heliotrope. HEX triplet: DB, 7E and FF. RGB value is (219,126,255). Sum of RGB (Red+Green+Blue) = 219+126+255=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 126 (49.61% from 255 or 21% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB7EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7EFF is #248100. Grayscale: #A8A8A8. Windows color (decimal): -2392321 or 16744155. OLE color: 16744155.

HSL color Cylindrical-coordinate representation of color #DB7EFF: hue angle of 283.26º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB7EFF is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 219 126 255 -
CMYK 0.14 0.51 0 0
HSL 283.26º 1% 0.75% -
HSV(B) 283.26º 0.51% 1% -
XYZ 54.72 37.2 98.9 -
YUV 168.51 176.81 164.01 -
System Red Green Blue C M Y K H S L
Decimal 219 126 255 0.14 0.51 0 0 283.26 1 0.75
Hex DB 7E FF E 33 0 0 11B 64 4B
Octal 333 176 377 16 63 0 0 433 144 113
Binary 11011011 1111110 11111111 1110 110011 0 0 100011011 1100100 1001011

Color Harmonies of #DB7EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7EFF

Black with #DB7EFF

Text Example


Text Example

White with #DB7EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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