Html Css Color HEX #DB7EF2 Heliotrope

📋 copy color: '#DB7EF2'

red 219 ◦ green 126 ◦ blue 242

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

Shades of Heliotrope #DB7EF2

Tints of Heliotrope #DB7EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.23%

R = 37.31%
G = 21.47%
B = 41.23%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DB7EF2 (or 0xDB7EF2) is known color: Heliotrope. HEX triplet: DB, 7E and F2. RGB value is (219,126,242). Sum of RGB (Red+Green+Blue) = 219+126+242=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 126 (49.61% from 255 or 21.47% from 587); Blue value is 242 (94.92% from 255 or 41.23% from 587); Max value from RGB is 242 - color contains mainly: blue. Hex color #DB7EF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7EF2 is #24810D. Grayscale: #A6A6A6. Windows color (decimal): -2392334 or 15892187. OLE color: 15892187.

HSL color Cylindrical-coordinate representation of color #DB7EF2: hue angle of 288.1º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB7EF2 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 126 242 -
CMYK 0.10 0.48 0 0.05
HSL 288.1º 0.82% 0.72% -
HSV(B) 288.1º 0.48% 0.95% -
XYZ 52.7 36.39 88.25 -
YUV 167.03 170.31 165.07 -
System Red Green Blue C M Y K H S L
Decimal 219 126 242 0.10 0.48 0 0.05 288.1 0.82 0.72
Hex DB 7E F2 A 30 0 5 120 52 48
Octal 333 176 362 12 60 0 5 440 122 110
Binary 11011011 1111110 11110010 1010 110000 0 101 100100000 1010010 1001000

Color Harmonies of #DB7EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7EF2

Black with #DB7EF2

Text Example


Text Example

White with #DB7EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7EF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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