Html Css Color HEX #DF70EC Heliotrope

📋 copy color: '#DF70EC'

red 223 ◦ green 112 ◦ blue 236

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

Shades of Heliotrope #DF70EC

Tints of Heliotrope #DF70EC

RGB

 RED value IS 223 (87.5% from 255) = 39.05%

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

 BLUE value IS 236 (92.58% from 255) = 41.33%

R = 39.05%
G = 19.61%
B = 41.33%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DF70EC (or 0xDF70EC) is known color: Heliotrope. HEX triplet: DF, 70 and EC. RGB value is (223,112,236). Sum of RGB (Red+Green+Blue) = 223+112+236=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 112 (44.14% from 255 or 19.61% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF70EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF70EC is #208F13. Grayscale: #9E9E9E. Windows color (decimal): -2133780 or 15495391. OLE color: 15495391.

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

Color convert

RGB 223 112 236 -
CMYK 0.06 0.53 0 0.07
HSL 293.71º 0.77% 0.68% -
HSV(B) 293.71º 0.53% 0.93% -
XYZ 51.37 33.33 83.08 -
YUV 159.33 171.27 173.42 -
System Red Green Blue C M Y K H S L
Decimal 223 112 236 0.06 0.53 0 0.07 293.71 0.77 0.68
Hex DF 70 EC 6 35 0 7 126 4D 44
Octal 337 160 354 6 65 0 7 446 115 104
Binary 11011111 1110000 11101100 110 110101 0 111 100100110 1001101 1000100

Color Harmonies of #DF70EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF70EC

Black with #DF70EC

Text Example


Text Example

White with #DF70EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF70EC; }

 p { color: rgb(223,112,236); }

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

background-color css

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

 a { background-color: rgb(223,112,236); }

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

border-color css

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

 span { border-color: rgb(223,112,236); }

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