#DD80FF

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

Shades of Heliotrope #DD80FF

Tints of Heliotrope #DD80FF

Color information

#DD80FF (or 0xDD80FF) is unknown color: approx Heliotrope. HEX triplet: DD, 80 and FF. RGB value is (221,128,255). Sum of RGB (Red+Green+Blue) = 221+128+255=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 128 (50.39% from 255 or 21.19% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD80FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD80FF is #227F00. Grayscale: #A9A9A9. Windows color (decimal): -2260737 or 16744669. OLE color: 16744669.

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

Color convert

RGB221128255-
CMYK0.130.5000
HSL283.94º100%75.1%-
HSV(B)283.94º49.8%100%-
XYZ55.5938.0399.02-
YUV170.28175.81164.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.59%
GREEN value IS 128 (50.39% from 255) = 21.19%
BLUE value IS 255 (100% from 255) = 42.22%
R=36.59%
G=21.19%
B=42.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2211282550.130.5000283.9410075.1
HexDD80FFD320011c644b
Octal335200377156200434144113
Binary11011101100000001111111111011100100010001110011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD80FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD80FF; }

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

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

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

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

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

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

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

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