Html Css Color HEX #DB74EC Heliotrope

📋 copy color: '#DB74EC'

red 219 ◦ green 116 ◦ blue 236

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

Shades of Heliotrope #DB74EC

Tints of Heliotrope #DB74EC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.32%

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

R = 38.35%
G = 20.32%
B = 41.33%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB74EC (or 0xDB74EC) is known color: Heliotrope. HEX triplet: DB, 74 and EC. RGB value is (219,116,236). Sum of RGB (Red+Green+Blue) = 219+116+236=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 116 (45.70% from 255 or 20.32% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB74EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB74EC is #248B13. Grayscale: #A0A0A0. Windows color (decimal): -2394900 or 15496411. OLE color: 15496411.

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

Color convert

RGB 219 116 236 -
CMYK 0.07 0.51 0 0.07
HSL 291.5º 0.76% 0.69% -
HSV(B) 291.5º 0.51% 0.93% -
XYZ 50.6 33.61 83.18 -
YUV 160.48 170.62 169.74 -
System Red Green Blue C M Y K H S L
Decimal 219 116 236 0.07 0.51 0 0.07 291.5 0.76 0.69
Hex DB 74 EC 7 33 0 7 124 4C 45
Octal 333 164 354 7 63 0 7 444 114 105
Binary 11011011 1110100 11101100 111 110011 0 111 100100100 1001100 1000101

Color Harmonies of #DB74EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB74EC

Black with #DB74EC

Text Example


Text Example

White with #DB74EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB74EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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