Html Css Color HEX #DB70EF Heliotrope

📋 copy color: '#DB70EF'

red 219 ◦ green 112 ◦ blue 239

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

Shades of Heliotrope #DB70EF

Tints of Heliotrope #DB70EF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.65%

 BLUE value IS 239 (93.75% from 255) = 41.93%

R = 38.42%
G = 19.65%
B = 41.93%

CMYK

 C value IS 0.08

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DB70EF (or 0xDB70EF) is known color: Heliotrope. HEX triplet: DB, 70 and EF. RGB value is (219,112,239). Sum of RGB (Red+Green+Blue) = 219+112+239=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 112 (44.14% from 255 or 19.65% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB70EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB70EF is #248F10. Grayscale: #9E9E9E. Windows color (decimal): -2395921 or 15691995. OLE color: 15691995.

HSL color Cylindrical-coordinate representation of color #DB70EF: hue angle of 290.55º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB70EF is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 112 239 -
CMYK 0.08 0.53 0 0.06
HSL 290.55º 0.8% 0.69% -
HSV(B) 290.55º 0.53% 0.94% -
XYZ 50.59 32.88 85.34 -
YUV 158.47 173.45 171.17 -
System Red Green Blue C M Y K H S L
Decimal 219 112 239 0.08 0.53 0 0.06 290.55 0.8 0.69
Hex DB 70 EF 8 35 0 6 123 50 45
Octal 333 160 357 10 65 0 6 443 120 105
Binary 11011011 1110000 11101111 1000 110101 0 110 100100011 1010000 1000101

Color Harmonies of #DB70EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB70EF

Black with #DB70EF

Text Example


Text Example

White with #DB70EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB70EF; }

 p { color: rgb(219,112,239); }

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

background-color css

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

 a { background-color: rgb(219,112,239); }

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

border-color css

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

 span { border-color: rgb(219,112,239); }

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