Html Css Color HEX #DB70EA Heliotrope

📋 copy color: '#DB70EA'

red 219 ◦ green 112 ◦ blue 234

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

Shades of Heliotrope #DB70EA

Tints of Heliotrope #DB70EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.42%

R = 38.76%
G = 19.82%
B = 41.42%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB70EA (or 0xDB70EA) is known color: Heliotrope. HEX triplet: DB, 70 and EA. RGB value is (219,112,234). Sum of RGB (Red+Green+Blue) = 219+112+234=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 112 (44.14% from 255 or 19.82% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB70EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB70EA is #248F15. Grayscale: #9D9D9D. Windows color (decimal): -2395926 or 15364315. OLE color: 15364315.

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

Color convert

RGB 219 112 234 -
CMYK 0.06 0.52 0 0.08
HSL 292.62º 0.74% 0.68% -
HSV(B) 292.62º 0.52% 0.92% -
XYZ 49.86 32.59 81.5 -
YUV 157.9 170.95 171.58 -
System Red Green Blue C M Y K H S L
Decimal 219 112 234 0.06 0.52 0 0.08 292.62 0.74 0.68
Hex DB 70 EA 6 34 0 8 125 4A 44
Octal 333 160 352 6 64 0 10 445 112 104
Binary 11011011 1110000 11101010 110 110100 0 1000 100100101 1001010 1000100

Color Harmonies of #DB70EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB70EA

Black with #DB70EA

Text Example


Text Example

White with #DB70EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB70EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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