#DD41FD

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

Shades of Heliotrope #DD41FD

Tints of Heliotrope #DD41FD

Color information

#DD41FD (or 0xDD41FD) is unknown color: approx Heliotrope. HEX triplet: DD, 41 and FD. RGB value is (221,65,253). Sum of RGB (Red+Green+Blue) = 221+65+253=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 65 (25.78% from 255 or 12.06% from 539); Blue value is 253 (99.22% from 255 or 46.94% from 539); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD41FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD41FD is #22BE02. Grayscale: #848484. Windows color (decimal): -2276867 or 16597469. OLE color: 16597469.

HSL color Cylindrical-coordinate representation of color #DD41FD: hue angle of 289.79º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD41FD is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB22165253-
CMYK0.130.7400.01
HSL289.79º97.92%62.35%-
HSV(B)289.79º74.31%99.22%-
XYZ49.4426.2495.39-
YUV133.08195.68190.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.00%
GREEN value IS 65 (25.78% from 255) = 12.06%
BLUE value IS 253 (99.22% from 255) = 46.94%
R=41.00%
G=12.06%
B=46.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal221652530.130.7400.01289.7997.9262.35
HexDD41FDD4A01122623e
Octal335101375151120144214276
Binary1101110110000011111110111011001010011001000101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD41FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD41FD; }

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

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

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

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

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

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

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

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