#DD80F8

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

Shades of Heliotrope #DD80F8

Tints of Heliotrope #DD80F8

Color information

#DD80F8 (or 0xDD80F8) is unknown color: approx Heliotrope. HEX triplet: DD, 80 and F8. RGB value is (221,128,248). Sum of RGB (Red+Green+Blue) = 221+128+248=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 128 (50.39% from 255 or 21.44% from 597); Blue value is 248 (97.27% from 255 or 41.54% from 597); Max value from RGB is 248 - color contains mainly: blue. Hex color #DD80F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD80F8 is #227F07. Grayscale: #A9A9A9. Windows color (decimal): -2260744 or 16285917. OLE color: 16285917.

HSL color Cylindrical-coordinate representation of color #DD80F8: hue angle of 286.5º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD80F8 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB221128248-
CMYK0.110.4800.03
HSL286.5º89.55%73.73%-
HSV(B)286.5º48.39%97.25%-
XYZ54.4837.5993.19-
YUV169.49172.31164.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.02%
GREEN value IS 128 (50.39% from 255) = 21.44%
BLUE value IS 248 (97.27% from 255) = 41.54%
R=37.02%
G=21.44%
B=41.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2211282480.110.4800.03286.589.5573.73
HexDD80F8B300311e5a4a
Octal335200370136003436132112
Binary110111011000000011111000101111000001110001111010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD80F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD80F8; }

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

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

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

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

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

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

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

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