Html Css Color HEX #DB7EF1 Heliotrope

📋 copy color: '#DB7EF1'

red 219 ◦ green 126 ◦ blue 241

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

Shades of Heliotrope #DB7EF1

Tints of Heliotrope #DB7EF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.13%

R = 37.37%
G = 21.5%
B = 41.13%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DB7EF1 (or 0xDB7EF1) is known color: Heliotrope. HEX triplet: DB, 7E and F1. RGB value is (219,126,241). Sum of RGB (Red+Green+Blue) = 219+126+241=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 126 (49.61% from 255 or 21.50% from 586); Blue value is 241 (94.53% from 255 or 41.13% from 586); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB7EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7EF1 is #24810E. Grayscale: #A6A6A6. Windows color (decimal): -2392335 or 15826651. OLE color: 15826651.

HSL color Cylindrical-coordinate representation of color #DB7EF1: hue angle of 288.52º degrees, saturation: 0.8, 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 #DB7EF1 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 126 241 -
CMYK 0.09 0.48 0 0.05
HSL 288.52º 0.8% 0.72% -
HSV(B) 288.52º 0.48% 0.95% -
XYZ 52.55 36.33 87.46 -
YUV 166.92 169.81 165.15 -
System Red Green Blue C M Y K H S L
Decimal 219 126 241 0.09 0.48 0 0.05 288.52 0.8 0.72
Hex DB 7E F1 9 30 0 5 121 50 48
Octal 333 176 361 11 60 0 5 441 120 110
Binary 11011011 1111110 11110001 1001 110000 0 101 100100001 1010000 1001000

Color Harmonies of #DB7EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7EF1

Black with #DB7EF1

Text Example


Text Example

White with #DB7EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7EF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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