Html Css Color HEX #D070E9 Heliotrope

📋 copy color: '#D070E9'

red 208 ◦ green 112 ◦ blue 233

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

Shades of Heliotrope #D070E9

Tints of Heliotrope #D070E9

RGB

 RED value IS 208 (81.64% from 255) = 37.61%

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

 BLUE value IS 233 (91.41% from 255) = 42.13%

R = 37.61%
G = 20.25%
B = 42.13%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D070E9 (or 0xD070E9) is known color: Heliotrope. HEX triplet: D0, 70 and E9. RGB value is (208,112,233). Sum of RGB (Red+Green+Blue) = 208+112+233=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 112 (44.14% from 255 or 20.25% from 553); Blue value is 233 (91.41% from 255 or 42.13% from 553); Max value from RGB is 233 - color contains mainly: blue. Hex color #D070E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D070E9 is #2F8F16. Grayscale: #9A9A9A. Windows color (decimal): -3116823 or 15298768. OLE color: 15298768.

HSL color Cylindrical-coordinate representation of color #D070E9: hue angle of 287.6º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D070E9 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 112 233 -
CMYK 0.11 0.52 0 0.09
HSL 287.6º 0.73% 0.68% -
HSV(B) 287.6º 0.52% 0.91% -
XYZ 46.51 30.88 80.6 -
YUV 154.5 172.3 166.16 -
System Red Green Blue C M Y K H S L
Decimal 208 112 233 0.11 0.52 0 0.09 287.6 0.73 0.68
Hex D0 70 E9 B 34 0 9 120 49 44
Octal 320 160 351 13 64 0 11 440 111 104
Binary 11010000 1110000 11101001 1011 110100 0 1001 100100000 1001001 1000100

Color Harmonies of #D070E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D070E9

Black with #D070E9

Text Example


Text Example

White with #D070E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D070E9; }

 p { color: rgb(208,112,233); }

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

background-color css

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

 a { background-color: rgb(208,112,233); }

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

border-color css

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

 span { border-color: rgb(208,112,233); }

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