Html Css Color HEX #DB72EB Heliotrope

📋 copy color: '#DB72EB'

red 219 ◦ green 114 ◦ blue 235

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

Shades of Heliotrope #DB72EB

Tints of Heliotrope #DB72EB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.07%

 BLUE value IS 235 (92.19% from 255) = 41.37%

R = 38.56%
G = 20.07%
B = 41.37%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB72EB (or 0xDB72EB) is known color: Heliotrope. HEX triplet: DB, 72 and EB. RGB value is (219,114,235). Sum of RGB (Red+Green+Blue) = 219+114+235=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 114 (44.92% from 255 or 20.07% from 568); Blue value is 235 (92.19% from 255 or 41.37% from 568); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB72EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB72EB is #248D14. Grayscale: #9E9E9E. Windows color (decimal): -2395413 or 15430363. OLE color: 15430363.

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

Color convert

RGB 219 114 235 -
CMYK 0.07 0.51 0 0.08
HSL 292.07º 0.75% 0.68% -
HSV(B) 292.07º 0.51% 0.92% -
XYZ 50.23 33.09 82.34 -
YUV 159.19 170.79 170.66 -
System Red Green Blue C M Y K H S L
Decimal 219 114 235 0.07 0.51 0 0.08 292.07 0.75 0.68
Hex DB 72 EB 7 33 0 8 124 4B 44
Octal 333 162 353 7 63 0 10 444 113 104
Binary 11011011 1110010 11101011 111 110011 0 1000 100100100 1001011 1000100

Color Harmonies of #DB72EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB72EB

Black with #DB72EB

Text Example


Text Example

White with #DB72EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB72EB; }

 p { color: rgb(219,114,235); }

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

background-color css

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

 a { background-color: rgb(219,114,235); }

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

border-color css

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

 span { border-color: rgb(219,114,235); }

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