#DD5BF2

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

Shades of Heliotrope #DD5BF2

Tints of Heliotrope #DD5BF2

Color information

#DD5BF2 (or 0xDD5BF2) is unknown color: approx Heliotrope. HEX triplet: DD, 5B and F2. RGB value is (221,91,242). Sum of RGB (Red+Green+Blue) = 221+91+242=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 91 (35.94% from 255 or 16.43% from 554); Blue value is 242 (94.92% from 255 or 43.68% from 554); Max value from RGB is 242 - color contains mainly: blue. Hex color #DD5BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD5BF2 is #22A40D. Grayscale: #929292. Windows color (decimal): -2270222 or 15883229. OLE color: 15883229.

HSL color Cylindrical-coordinate representation of color #DD5BF2: hue angle of 291.66º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD5BF2 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB22191242-
CMYK0.090.6200.05
HSL291.66º85.31%65.29%-
HSV(B)291.66º62.4%94.9%-
XYZ49.5929.2787.04-
YUV147.08181.57180.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.89%
GREEN value IS 91 (35.94% from 255) = 16.43%
BLUE value IS 242 (94.92% from 255) = 43.68%
R=39.89%
G=16.43%
B=43.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal221912420.090.6200.05291.6685.3165.29
HexDD5BF293E051245541
Octal335133362117605444125101
Binary110111011011011111100101001111110010110010010010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5BF2; }

 p { color: rgb(221,91,242); }

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

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

 a { background-color: rgb(221,91,242); }

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

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

 span { border-color: rgb(221,91,242); }

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