Html Css Color HEX #DB72EC Heliotrope

📋 copy color: '#DB72EC'

red 219 ◦ green 114 ◦ blue 236

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

Shades of Heliotrope #DB72EC

Tints of Heliotrope #DB72EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.48%

R = 38.49%
G = 20.04%
B = 41.48%

CMYK

 C value IS 0.07

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB72EC (or 0xDB72EC) is known color: Heliotrope. HEX triplet: DB, 72 and EC. RGB value is (219,114,236). Sum of RGB (Red+Green+Blue) = 219+114+236=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 114 (44.92% from 255 or 20.04% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB72EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB72EC is #248D13. Grayscale: #9E9E9E. Windows color (decimal): -2395412 or 15495899. OLE color: 15495899.

HSL color Cylindrical-coordinate representation of color #DB72EC: hue angle of 291.64º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB72EC is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 114 236 -
CMYK 0.07 0.52 0 0.07
HSL 291.64º 0.76% 0.69% -
HSV(B) 291.64º 0.52% 0.93% -
XYZ 50.37 33.15 83.1 -
YUV 159.3 171.29 170.58 -
System Red Green Blue C M Y K H S L
Decimal 219 114 236 0.07 0.52 0 0.07 291.64 0.76 0.69
Hex DB 72 EC 7 34 0 7 124 4C 45
Octal 333 162 354 7 64 0 7 444 114 105
Binary 11011011 1110010 11101100 111 110100 0 111 100100100 1001100 1000101

Color Harmonies of #DB72EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB72EC

Black with #DB72EC

Text Example


Text Example

White with #DB72EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB72EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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