#DD8AFF

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

Shades of Heliotrope #DD8AFF

Tints of Heliotrope #DD8AFF

Color information

#DD8AFF (or 0xDD8AFF) is unknown color: approx Heliotrope. HEX triplet: DD, 8A and FF. RGB value is (221,138,255). Sum of RGB (Red+Green+Blue) = 221+138+255=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 138 (54.30% from 255 or 22.48% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD8AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8AFF is #227500. Grayscale: #AFAFAF. Windows color (decimal): -2258177 or 16747229. OLE color: 16747229.

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

Color convert

RGB221138255-
CMYK0.130.4600
HSL282.56º100%77.06%-
HSV(B)282.56º45.88%100%-
XYZ56.9640.7799.47-
YUV176.15172.5159.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.99%
GREEN value IS 138 (54.30% from 255) = 22.48%
BLUE value IS 255 (100% from 255) = 41.53%
R=35.99%
G=22.48%
B=41.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2211382550.130.4600282.5610077.06
HexDD8AFFD2E0011b644d
Octal335212377155600433144115
Binary11011101100010101111111111011011100010001101111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8AFF; }

 p { color: rgb(221,138,255); }

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

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

 a { background-color: rgb(221,138,255); }

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

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

 span { border-color: rgb(221,138,255); }

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