#DD61F5

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

Shades of Heliotrope #DD61F5

Tints of Heliotrope #DD61F5

Color information

#DD61F5 (or 0xDD61F5) is unknown color: approx Heliotrope. HEX triplet: DD, 61 and F5. RGB value is (221,97,245). Sum of RGB (Red+Green+Blue) = 221+97+245=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 97 (38.28% from 255 or 17.23% from 563); Blue value is 245 (96.09% from 255 or 43.52% from 563); Max value from RGB is 245 - color contains mainly: blue. Hex color #DD61F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD61F5 is #229E0A. Grayscale: #969696. Windows color (decimal): -2268683 or 16081373. OLE color: 16081373.

HSL color Cylindrical-coordinate representation of color #DD61F5: hue angle of 290.27º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD61F5 is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB22197245-
CMYK0.100.6000.04
HSL290.27º88.1%67.06%-
HSV(B)290.27º60.41%96.08%-
XYZ50.5730.5189.61-
YUV150.95181.08177.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.25%
GREEN value IS 97 (38.28% from 255) = 17.23%
BLUE value IS 245 (96.09% from 255) = 43.52%
R=39.25%
G=17.23%
B=43.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal221972450.100.6000.04290.2788.167.06
HexDD61F5A3C041225843
Octal335141365127404442130103
Binary110111011100001111101011010111100010010010001010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD61F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD61F5; }

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

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

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

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

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

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

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

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