#DD61F2

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

Shades of Heliotrope #DD61F2

Tints of Heliotrope #DD61F2

Color information

#DD61F2 (or 0xDD61F2) is unknown color: approx Heliotrope. HEX triplet: DD, 61 and F2. RGB value is (221,97,242). Sum of RGB (Red+Green+Blue) = 221+97+242=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 97 (38.28% from 255 or 17.32% from 560); Blue value is 242 (94.92% from 255 or 43.21% from 560); Max value from RGB is 242 - color contains mainly: blue. Hex color #DD61F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD61F2 is #229E0D. Grayscale: #969696. Windows color (decimal): -2268686 or 15884765. OLE color: 15884765.

HSL color Cylindrical-coordinate representation of color #DD61F2: hue angle of 291.31º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD61F2 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB22197242-
CMYK0.090.6000.05
HSL291.31º84.8%66.47%-
HSV(B)291.31º59.92%94.9%-
XYZ50.1230.3387.22-
YUV150.61179.58178.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.46%
GREEN value IS 97 (38.28% from 255) = 17.32%
BLUE value IS 242 (94.92% from 255) = 43.21%
R=39.46%
G=17.32%
B=43.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal221972420.090.6000.05291.3184.866.47
HexDD61F293C051235542
Octal335141362117405443125102
Binary110111011100001111100101001111100010110010001110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD61F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD61F2; }

 p { color: rgb(221,97,242); }

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

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

 a { background-color: rgb(221,97,242); }

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

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

 span { border-color: rgb(221,97,242); }

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