#DD8DFD

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

Shades of Heliotrope #DD8DFD

Tints of Heliotrope #DD8DFD

Color information

#DD8DFD (or 0xDD8DFD) is unknown color: approx Heliotrope. HEX triplet: DD, 8D and FD. RGB value is (221,141,253). Sum of RGB (Red+Green+Blue) = 221+141+253=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 141 (55.47% from 255 or 22.93% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD8DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8DFD is #227202. Grayscale: #B1B1B1. Windows color (decimal): -2257411 or 16616925. OLE color: 16616925.

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

Color convert

RGB221141253-
CMYK0.130.4400.01
HSL282.86º96.55%77.25%-
HSV(B)282.86º44.27%99.22%-
XYZ57.0741.5197.93-
YUV177.69170.5158.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.93%
GREEN value IS 141 (55.47% from 255) = 22.93%
BLUE value IS 253 (99.22% from 255) = 41.14%
R=35.93%
G=22.93%
B=41.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2211412530.130.4400.01282.8696.5577.25
HexDD8DFDD2C0111b614d
Octal335215375155401433141115
Binary11011101100011011111110111011011000110001101111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8DFD; }

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

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

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

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

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

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

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

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