#DD8DFE

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

Shades of Heliotrope #DD8DFE

Tints of Heliotrope #DD8DFE

Color information

#DD8DFE (or 0xDD8DFE) is unknown color: approx Heliotrope. HEX triplet: DD, 8D and FE. RGB value is (221,141,254). Sum of RGB (Red+Green+Blue) = 221+141+254=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 141 (55.47% from 255 or 22.89% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD8DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8DFE is #227201. Grayscale: #B1B1B1. Windows color (decimal): -2257410 or 16682461. OLE color: 16682461.

HSL color Cylindrical-coordinate representation of color #DD8DFE: hue angle of 282.48º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD8DFE is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB221141254-
CMYK0.130.4400.00
HSL282.48º98.26%77.45%-
HSV(B)282.48º44.49%99.61%-
XYZ57.2341.5898.77-
YUV177.8171158.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.88%
GREEN value IS 141 (55.47% from 255) = 22.89%
BLUE value IS 254 (99.61% from 255) = 41.23%
R=35.88%
G=22.89%
B=41.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2211412540.130.4400.00282.4898.2677.45
HexDD8DFED2C0011a624d
Octal335215376155400432142115
Binary11011101100011011111111011011011000010001101011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8DFE; }

 p { color: rgb(221,141,254); }

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

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

 a { background-color: rgb(221,141,254); }

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

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

 span { border-color: rgb(221,141,254); }

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