Html Css Color HEX #DB72EE Heliotrope

📋 copy color: '#DB72EE'

red 219 ◦ green 114 ◦ blue 238

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

Shades of Heliotrope #DB72EE

Tints of Heliotrope #DB72EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.68%

R = 38.35%
G = 19.96%
B = 41.68%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB72EE (or 0xDB72EE) is known color: Heliotrope. HEX triplet: DB, 72 and EE. RGB value is (219,114,238). Sum of RGB (Red+Green+Blue) = 219+114+238=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 114 (44.92% from 255 or 19.96% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB72EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB72EE is #248D11. Grayscale: #9F9F9F. Windows color (decimal): -2395410 or 15626971. OLE color: 15626971.

HSL color Cylindrical-coordinate representation of color #DB72EE: hue angle of 290.81º degrees, saturation: 0.78, 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 #DB72EE is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 114 238 -
CMYK 0.08 0.52 0 0.07
HSL 290.81º 0.78% 0.69% -
HSV(B) 290.81º 0.52% 0.93% -
XYZ 50.66 33.27 84.64 -
YUV 159.53 172.29 170.42 -
System Red Green Blue C M Y K H S L
Decimal 219 114 238 0.08 0.52 0 0.07 290.81 0.78 0.69
Hex DB 72 EE 8 34 0 7 123 4E 45
Octal 333 162 356 10 64 0 7 443 116 105
Binary 11011011 1110010 11101110 1000 110100 0 111 100100011 1001110 1000101

Color Harmonies of #DB72EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB72EE

Black with #DB72EE

Text Example


Text Example

White with #DB72EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB72EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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