Html Css Color HEX #DB7EFE Heliotrope

📋 copy color: '#DB7EFE'

red 219 ◦ green 126 ◦ blue 254

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

Shades of Heliotrope #DB7EFE

Tints of Heliotrope #DB7EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.4%

R = 36.56%
G = 21.04%
B = 42.4%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DB7EFE (or 0xDB7EFE) is known color: Heliotrope. HEX triplet: DB, 7E and FE. RGB value is (219,126,254). Sum of RGB (Red+Green+Blue) = 219+126+254=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 126 (49.61% from 255 or 21.04% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB7EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7EFE is #248101. Grayscale: #A7A7A7. Windows color (decimal): -2392322 or 16678619. OLE color: 16678619.

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

Color convert

RGB 219 126 254 -
CMYK 0.14 0.50 0 0.00
HSL 283.59º 0.98% 0.75% -
HSV(B) 283.59º 0.5% 1% -
XYZ 54.56 37.14 98.06 -
YUV 168.4 176.31 164.09 -
System Red Green Blue C M Y K H S L
Decimal 219 126 254 0.14 0.50 0 0.00 283.59 0.98 0.75
Hex DB 7E FE E 32 0 0 11C 62 4B
Octal 333 176 376 16 62 0 0 434 142 113
Binary 11011011 1111110 11111110 1110 110010 0 0 100011100 1100010 1001011

Color Harmonies of #DB7EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7EFE

Black with #DB7EFE

Text Example


Text Example

White with #DB7EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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