#DD80F2

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

Shades of Heliotrope #DD80F2

Tints of Heliotrope #DD80F2

Color information

#DD80F2 (or 0xDD80F2) is unknown color: approx Heliotrope. HEX triplet: DD, 80 and F2. RGB value is (221,128,242). Sum of RGB (Red+Green+Blue) = 221+128+242=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 128 (50.39% from 255 or 21.66% from 591); Blue value is 242 (94.92% from 255 or 40.95% from 591); Max value from RGB is 242 - color contains mainly: blue. Hex color #DD80F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD80F2 is #227F0D. Grayscale: #A8A8A8. Windows color (decimal): -2260750 or 15892701. OLE color: 15892701.

HSL color Cylindrical-coordinate representation of color #DD80F2: hue angle of 288.95º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD80F2 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB221128242-
CMYK0.090.4700.05
HSL288.95º81.43%72.55%-
HSV(B)288.95º47.11%94.9%-
XYZ53.5637.2288.37-
YUV168.8169.31165.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.39%
GREEN value IS 128 (50.39% from 255) = 21.66%
BLUE value IS 242 (94.92% from 255) = 40.95%
R=37.39%
G=21.66%
B=40.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2211282420.090.4700.05288.9581.4372.55
HexDD80F292F051215149
Octal335200362115705441121111
Binary1101110110000000111100101001101111010110010000110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD80F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD80F2; }

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

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

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

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

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

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

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

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