#DD5EFD

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

Shades of Heliotrope #DD5EFD

Tints of Heliotrope #DD5EFD

Color information

#DD5EFD (or 0xDD5EFD) is unknown color: approx Heliotrope. HEX triplet: DD, 5E and FD. RGB value is (221,94,253). Sum of RGB (Red+Green+Blue) = 221+94+253=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 94 (37.11% from 255 or 16.55% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD5EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD5EFD is #22A102. Grayscale: #959595. Windows color (decimal): -2269443 or 16604893. OLE color: 16604893.

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

Color convert

RGB22194253-
CMYK0.130.6300.01
HSL287.92º97.55%68.04%-
HSV(B)287.92º62.85%99.22%-
XYZ51.5530.4796.09-
YUV150.1186.08178.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.91%
GREEN value IS 94 (37.11% from 255) = 16.55%
BLUE value IS 253 (99.22% from 255) = 44.54%
R=38.91%
G=16.55%
B=44.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal221942530.130.6300.01287.9297.5568.04
HexDD5EFDD3F011206244
Octal335136375157701440142104
Binary1101110110111101111110111011111110110010000011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5EFD; }

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

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

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

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

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

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

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

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