Html Css Color HEX #DF70FE Heliotrope

📋 copy color: '#DF70FE'

red 223 ◦ green 112 ◦ blue 254

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

Shades of Heliotrope #DF70FE

Tints of Heliotrope #DF70FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.12%

R = 37.86%
G = 19.02%
B = 43.12%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DF70FE (or 0xDF70FE) is known color: Heliotrope. HEX triplet: DF, 70 and FE. RGB value is (223,112,254). Sum of RGB (Red+Green+Blue) = 223+112+254=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 112 (44.14% from 255 or 19.02% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF70FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF70FE is #208F01. Grayscale: #A0A0A0. Windows color (decimal): -2133762 or 16675039. OLE color: 16675039.

HSL color Cylindrical-coordinate representation of color #DF70FE: hue angle of 286.9º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF70FE is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 223 112 254 -
CMYK 0.12 0.56 0 0.00
HSL 286.9º 0.99% 0.72% -
HSV(B) 286.9º 0.56% 1% -
XYZ 54.11 34.43 97.56 -
YUV 161.38 180.27 171.95 -
System Red Green Blue C M Y K H S L
Decimal 223 112 254 0.12 0.56 0 0.00 286.9 0.99 0.72
Hex DF 70 FE C 38 0 0 11F 63 48
Octal 337 160 376 14 70 0 0 437 143 110
Binary 11011111 1110000 11111110 1100 111000 0 0 100011111 1100011 1001000

Color Harmonies of #DF70FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF70FE

Black with #DF70FE

Text Example


Text Example

White with #DF70FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF70FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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