Html Css Color HEX #D070EF Heliotrope

📋 copy color: '#D070EF'

red 208 ◦ green 112 ◦ blue 239

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

Shades of Heliotrope #D070EF

Tints of Heliotrope #D070EF

RGB

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

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

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

R = 37.21%
G = 20.04%
B = 42.75%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D070EF (or 0xD070EF) is known color: Heliotrope. HEX triplet: D0, 70 and EF. RGB value is (208,112,239). Sum of RGB (Red+Green+Blue) = 208+112+239=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 112 (44.14% from 255 or 20.04% from 559); Blue value is 239 (93.75% from 255 or 42.75% from 559); Max value from RGB is 239 - color contains mainly: blue. Hex color #D070EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D070EF is #2F8F10. Grayscale: #9A9A9A. Windows color (decimal): -3116817 or 15691984. OLE color: 15691984.

HSL color Cylindrical-coordinate representation of color #D070EF: hue angle of 285.35º 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 #D070EF is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 112 239 -
CMYK 0.13 0.53 0 0.06
HSL 285.35º 0.8% 0.69% -
HSV(B) 285.35º 0.53% 0.94% -
XYZ 47.39 31.23 85.19 -
YUV 155.18 175.3 165.67 -
System Red Green Blue C M Y K H S L
Decimal 208 112 239 0.13 0.53 0 0.06 285.35 0.8 0.69
Hex D0 70 EF D 35 0 6 11D 50 45
Octal 320 160 357 15 65 0 6 435 120 105
Binary 11010000 1110000 11101111 1101 110101 0 110 100011101 1010000 1000101

Color Harmonies of #D070EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D070EF

Black with #D070EF

Text Example


Text Example

White with #D070EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D070EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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