#DD5DFC

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

Shades of Heliotrope #DD5DFC

Tints of Heliotrope #DD5DFC

Color information

#DD5DFC (or 0xDD5DFC) is unknown color: approx Heliotrope. HEX triplet: DD, 5D and FC. RGB value is (221,93,252). Sum of RGB (Red+Green+Blue) = 221+93+252=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 93 (36.72% from 255 or 16.43% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD5DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD5DFC is #22A203. Grayscale: #949494. Windows color (decimal): -2269700 or 16539101. OLE color: 16539101.

HSL color Cylindrical-coordinate representation of color #DD5DFC: hue angle of 288.3º degrees, saturation: 0.96, 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 #DD5DFC is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB22193252-
CMYK0.120.6300.01
HSL288.3º96.36%67.65%-
HSV(B)288.3º63.1%98.82%-
XYZ51.330.2395.23-
YUV149.4185.91179.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.05%
GREEN value IS 93 (36.72% from 255) = 16.43%
BLUE value IS 252 (98.83% from 255) = 44.52%
R=39.05%
G=16.43%
B=44.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal221932520.120.6300.01288.396.3667.65
HexDD5DFCC3F011206044
Octal335135374147701440140104
Binary1101110110111011111110011001111110110010000011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5DFC; }

 p { color: rgb(221,93,252); }

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

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

 a { background-color: rgb(221,93,252); }

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

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

 span { border-color: rgb(221,93,252); }

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