#DD70F4

Color #DD70F4 Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #DD70F4

Tints of Heliotrope #DD70F4

Color information

#DD70F4 (or 0xDD70F4) is unknown color: approx Heliotrope. HEX triplet: DD, 70 and F4. RGB value is (221,112,244). Sum of RGB (Red+Green+Blue) = 221+112+244=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 112 (44.14% from 255 or 19.41% from 577); Blue value is 244 (95.70% from 255 or 42.29% from 577); Max value from RGB is 244 - color contains mainly: blue. Hex color #DD70F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD70F4 is #228F0B. Grayscale: #9F9F9F. Windows color (decimal): -2264844 or 16019677. OLE color: 16019677.

HSL color Cylindrical-coordinate representation of color #DD70F4: hue angle of 289.55º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD70F4 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB221112244-
CMYK0.090.5400.04
HSL289.55º85.71%69.8%-
HSV(B)289.55º54.1%95.69%-
XYZ51.9433.4989.31-
YUV159.64175.61171.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.30%
GREEN value IS 112 (44.14% from 255) = 19.41%
BLUE value IS 244 (95.70% from 255) = 42.29%
R=38.30%
G=19.41%
B=42.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2211122440.090.5400.04289.5585.7169.8
HexDD70F4936041225646
Octal335160364116604442126106
Binary110111011110000111101001001110110010010010001010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD70F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD70F4; }

 p { color: rgb(221,112,244); }

 H1.HeaderClassName
 {
   color: #DD70F4;
 }
 .AnyTagClassName
 {
   color: #DD70F4;
 }
</style>
background-color css

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

 a { background-color: rgb(221,112,244); }

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

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

 span { border-color: rgb(221,112,244); }

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