Html Css Color HEX #DF70FD Heliotrope

📋 copy color: '#DF70FD'

red 223 ◦ green 112 ◦ blue 253

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

Shades of Heliotrope #DF70FD

Tints of Heliotrope #DF70FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.03%

R = 37.93%
G = 19.05%
B = 43.03%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DF70FD (or 0xDF70FD) is known color: Heliotrope. HEX triplet: DF, 70 and FD. RGB value is (223,112,253). Sum of RGB (Red+Green+Blue) = 223+112+253=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 112 (44.14% from 255 or 19.05% from 588); Blue value is 253 (99.22% from 255 or 43.03% from 588); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF70FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF70FD is #208F02. Grayscale: #A0A0A0. Windows color (decimal): -2133763 or 16609503. OLE color: 16609503.

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

Color convert

RGB 223 112 253 -
CMYK 0.12 0.56 0 0.01
HSL 287.23º 0.97% 0.72% -
HSV(B) 287.23º 0.56% 0.99% -
XYZ 53.96 34.37 96.72 -
YUV 161.26 179.77 172.04 -
System Red Green Blue C M Y K H S L
Decimal 223 112 253 0.12 0.56 0 0.01 287.23 0.97 0.72
Hex DF 70 FD C 38 0 1 11F 61 48
Octal 337 160 375 14 70 0 1 437 141 110
Binary 11011111 1110000 11111101 1100 111000 0 1 100011111 1100001 1001000

Color Harmonies of #DF70FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF70FD

Black with #DF70FD

Text Example


Text Example

White with #DF70FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF70FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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