#DD5FEE

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

Shades of Heliotrope #DD5FEE

Tints of Heliotrope #DD5FEE

Color information

#DD5FEE (or 0xDD5FEE) is unknown color: approx Heliotrope. HEX triplet: DD, 5F and EE. RGB value is (221,95,238). Sum of RGB (Red+Green+Blue) = 221+95+238=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 95 (37.5% from 255 or 17.15% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD5FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD5FEE is #22A011. Grayscale: #949494. Windows color (decimal): -2269202 or 15622109. OLE color: 15622109.

HSL color Cylindrical-coordinate representation of color #DD5FEE: hue angle of 292.87º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD5FEE is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB22195238-
CMYK0.070.6000.07
HSL292.87º80.79%65.29%-
HSV(B)292.87º60.08%93.33%-
XYZ49.3429.7384.03-
YUV148.98178.24179.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.89%
GREEN value IS 95 (37.5% from 255) = 17.15%
BLUE value IS 238 (93.36% from 255) = 42.96%
R=39.89%
G=17.15%
B=42.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal221952380.070.6000.07292.8780.7965.29
HexDD5FEE73C071255141
Octal33513735677407445121101
Binary11011101101111111101110111111100011110010010110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5FEE; }

 p { color: rgb(221,95,238); }

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

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

 a { background-color: rgb(221,95,238); }

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

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

 span { border-color: rgb(221,95,238); }

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