#DD41FF

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

Shades of Heliotrope #DD41FF

Tints of Heliotrope #DD41FF

Color information

#DD41FF (or 0xDD41FF) is unknown color: approx Heliotrope. HEX triplet: DD, 41 and FF. RGB value is (221,65,255). Sum of RGB (Red+Green+Blue) = 221+65+255=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 65 (25.78% from 255 or 12.01% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD41FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD41FF is #22BE00. Grayscale: #848484. Windows color (decimal): -2276865 or 16728541. OLE color: 16728541.

HSL color Cylindrical-coordinate representation of color #DD41FF: hue angle of 289.26º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD41FF is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB22165255-
CMYK0.130.7500
HSL289.26º100%62.75%-
HSV(B)289.26º74.51%100%-
XYZ49.7626.3797.08-
YUV133.3196.68190.55-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.85%
GREEN value IS 65 (25.78% from 255) = 12.01%
BLUE value IS 255 (100% from 255) = 47.13%
R=40.85%
G=12.01%
B=47.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal221652550.130.7500289.2610062.75
HexDD41FFD4B00121643f
Octal335101377151130044114477
Binary1101110110000011111111111011001011001001000011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD41FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD41FF; }

 p { color: rgb(221,65,255); }

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

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

 a { background-color: rgb(221,65,255); }

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

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

 span { border-color: rgb(221,65,255); }

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