Html Css Color HEX #D070EB Heliotrope

📋 copy color: '#D070EB'

red 208 ◦ green 112 ◦ blue 235

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

Shades of Heliotrope #D070EB

Tints of Heliotrope #D070EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.34%

R = 37.48%
G = 20.18%
B = 42.34%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D070EB (or 0xD070EB) is known color: Heliotrope. HEX triplet: D0, 70 and EB. RGB value is (208,112,235). Sum of RGB (Red+Green+Blue) = 208+112+235=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 112 (44.14% from 255 or 20.18% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #D070EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D070EB is #2F8F14. Grayscale: #9A9A9A. Windows color (decimal): -3116821 or 15429840. OLE color: 15429840.

HSL color Cylindrical-coordinate representation of color #D070EB: hue angle of 286.83º degrees, saturation: 0.75, 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 #D070EB is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 112 235 -
CMYK 0.11 0.52 0 0.08
HSL 286.83º 0.75% 0.68% -
HSV(B) 286.83º 0.52% 0.92% -
XYZ 46.8 31 82.11 -
YUV 154.73 173.3 166 -
System Red Green Blue C M Y K H S L
Decimal 208 112 235 0.11 0.52 0 0.08 286.83 0.75 0.68
Hex D0 70 EB B 34 0 8 11F 4B 44
Octal 320 160 353 13 64 0 10 437 113 104
Binary 11010000 1110000 11101011 1011 110100 0 1000 100011111 1001011 1000100

Color Harmonies of #D070EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D070EB

Black with #D070EB

Text Example


Text Example

White with #D070EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D070EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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