Html Css Color HEX #DB70ED Heliotrope

📋 copy color: '#DB70ED'

red 219 ◦ green 112 ◦ blue 237

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

Shades of Heliotrope #DB70ED

Tints of Heliotrope #DB70ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.73%

R = 38.56%
G = 19.72%
B = 41.73%

CMYK

 C value IS 0.08

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB70ED (or 0xDB70ED) is known color: Heliotrope. HEX triplet: DB, 70 and ED. RGB value is (219,112,237). Sum of RGB (Red+Green+Blue) = 219+112+237=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 112 (44.14% from 255 or 19.72% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB70ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB70ED is #248F12. Grayscale: #9D9D9D. Windows color (decimal): -2395923 or 15560923. OLE color: 15560923.

HSL color Cylindrical-coordinate representation of color #DB70ED: hue angle of 291.36º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB70ED is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 112 237 -
CMYK 0.08 0.53 0 0.07
HSL 291.36º 0.78% 0.68% -
HSV(B) 291.36º 0.53% 0.93% -
XYZ 50.29 32.76 83.79 -
YUV 158.24 172.45 171.34 -
System Red Green Blue C M Y K H S L
Decimal 219 112 237 0.08 0.53 0 0.07 291.36 0.78 0.68
Hex DB 70 ED 8 35 0 7 123 4E 44
Octal 333 160 355 10 65 0 7 443 116 104
Binary 11011011 1110000 11101101 1000 110101 0 111 100100011 1001110 1000100

Color Harmonies of #DB70ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB70ED

Black with #DB70ED

Text Example


Text Example

White with #DB70ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB70ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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