Html Css Color HEX #DF70EF Heliotrope

📋 copy color: '#DF70EF'

red 223 ◦ green 112 ◦ blue 239

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

Shades of Heliotrope #DF70EF

Tints of Heliotrope #DF70EF

RGB

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

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

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

R = 38.85%
G = 19.51%
B = 41.64%

CMYK

 C value IS 0.07

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DF70EF (or 0xDF70EF) is known color: Heliotrope. HEX triplet: DF, 70 and EF. RGB value is (223,112,239). Sum of RGB (Red+Green+Blue) = 223+112+239=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 112 (44.14% from 255 or 19.51% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF70EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF70EF is #208F10. Grayscale: #9F9F9F. Windows color (decimal): -2133777 or 15691999. OLE color: 15691999.

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

Color convert

RGB 223 112 239 -
CMYK 0.07 0.53 0 0.06
HSL 292.44º 0.8% 0.69% -
HSV(B) 292.44º 0.53% 0.94% -
XYZ 51.81 33.51 85.4 -
YUV 159.67 172.77 173.17 -
System Red Green Blue C M Y K H S L
Decimal 223 112 239 0.07 0.53 0 0.06 292.44 0.8 0.69
Hex DF 70 EF 7 35 0 6 124 50 45
Octal 337 160 357 7 65 0 6 444 120 105
Binary 11011111 1110000 11101111 111 110101 0 110 100100100 1010000 1000101

Color Harmonies of #DF70EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF70EF

Black with #DF70EF

Text Example


Text Example

White with #DF70EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF70EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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