Html Css Color HEX #DF70FA Heliotrope

📋 copy color: '#DF70FA'

red 223 ◦ green 112 ◦ blue 250

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

Shades of Heliotrope #DF70FA

Tints of Heliotrope #DF70FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.74%

R = 38.12%
G = 19.15%
B = 42.74%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DF70FA (or 0xDF70FA) is known color: Heliotrope. HEX triplet: DF, 70 and FA. RGB value is (223,112,250). Sum of RGB (Red+Green+Blue) = 223+112+250=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 112 (44.14% from 255 or 19.15% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF70FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF70FA is #208F05. Grayscale: #A0A0A0. Windows color (decimal): -2133766 or 16412895. OLE color: 16412895.

HSL color Cylindrical-coordinate representation of color #DF70FA: hue angle of 288.26º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF70FA is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 112 250 -
CMYK 0.11 0.55 0 0.02
HSL 288.26º 0.93% 0.71% -
HSV(B) 288.26º 0.55% 0.98% -
XYZ 53.48 34.18 94.22 -
YUV 160.92 178.27 172.28 -
System Red Green Blue C M Y K H S L
Decimal 223 112 250 0.11 0.55 0 0.02 288.26 0.93 0.71
Hex DF 70 FA B 37 0 2 120 5D 47
Octal 337 160 372 13 67 0 2 440 135 107
Binary 11011111 1110000 11111010 1011 110111 0 10 100100000 1011101 1000111

Color Harmonies of #DF70FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF70FA

Black with #DF70FA

Text Example


Text Example

White with #DF70FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF70FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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