#DD53F8

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

Shades of Heliotrope #DD53F8

Tints of Heliotrope #DD53F8

Color information

#DD53F8 (or 0xDD53F8) is unknown color: approx Heliotrope. HEX triplet: DD, 53 and F8. RGB value is (221,83,248). Sum of RGB (Red+Green+Blue) = 221+83+248=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 83 (32.81% from 255 or 15.04% from 552); Blue value is 248 (97.27% from 255 or 44.93% from 552); Max value from RGB is 248 - color contains mainly: blue. Hex color #DD53F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD53F8 is #22AC07. Grayscale: #8E8E8E. Windows color (decimal): -2272264 or 16274397. OLE color: 16274397.

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

Color convert

RGB22183248-
CMYK0.110.6700.03
HSL290.18º92.18%64.9%-
HSV(B)290.18º66.53%97.25%-
XYZ49.8628.3491.65-
YUV143.07187.22183.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.04%
GREEN value IS 83 (32.81% from 255) = 15.04%
BLUE value IS 248 (97.27% from 255) = 44.93%
R=40.04%
G=15.04%
B=44.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal221832480.110.6700.03290.1892.1864.9
HexDD53F8B43031225c41
Octal3351233701310303442134101
Binary110111011010011111110001011100001101110010001010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD53F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD53F8; }

 p { color: rgb(221,83,248); }

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

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

 a { background-color: rgb(221,83,248); }

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

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

 span { border-color: rgb(221,83,248); }

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