#DD61F7

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

Shades of Heliotrope #DD61F7

Tints of Heliotrope #DD61F7

Color information

#DD61F7 (or 0xDD61F7) is unknown color: approx Heliotrope. HEX triplet: DD, 61 and F7. RGB value is (221,97,247). Sum of RGB (Red+Green+Blue) = 221+97+247=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 97 (38.28% from 255 or 17.17% from 565); Blue value is 247 (96.88% from 255 or 43.72% from 565); Max value from RGB is 247 - color contains mainly: blue. Hex color #DD61F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD61F7 is #229E08. Grayscale: #969696. Windows color (decimal): -2268681 or 16212445. OLE color: 16212445.

HSL color Cylindrical-coordinate representation of color #DD61F7: hue angle of 289.6º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD61F7 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB22197247-
CMYK0.110.6100.03
HSL289.6º90.36%67.45%-
HSV(B)289.6º60.73%96.86%-
XYZ50.8830.6491.23-
YUV151.18182.08177.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.12%
GREEN value IS 97 (38.28% from 255) = 17.17%
BLUE value IS 247 (96.88% from 255) = 43.72%
R=39.12%
G=17.17%
B=43.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal221972470.110.6100.03289.690.3667.45
HexDD61F7B3D031225a43
Octal335141367137503442132103
Binary11011101110000111110111101111110101110010001010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD61F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD61F7; }

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

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

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

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

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

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

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

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