#DD81FE

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

Shades of Heliotrope #DD81FE

Tints of Heliotrope #DD81FE

Color information

#DD81FE (or 0xDD81FE) is unknown color: approx Heliotrope. HEX triplet: DD, 81 and FE. RGB value is (221,129,254). Sum of RGB (Red+Green+Blue) = 221+129+254=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 129 (50.78% from 255 or 21.36% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD81FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD81FE is #227E01. Grayscale: #AAAAAA. Windows color (decimal): -2260482 or 16679389. OLE color: 16679389.

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

Color convert

RGB221129254-
CMYK0.130.4900.00
HSL284.16º98.43%75.1%-
HSV(B)284.16º49.21%99.61%-
XYZ55.5638.2398.22-
YUV170.76174.98163.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.59%
GREEN value IS 129 (50.78% from 255) = 21.36%
BLUE value IS 254 (99.61% from 255) = 42.05%
R=36.59%
G=21.36%
B=42.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2211292540.130.4900.00284.1698.4375.1
HexDD81FED310011c624b
Octal335201376156100434142113
Binary11011101100000011111111011011100010010001110011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD81FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD81FE; }

 p { color: rgb(221,129,254); }

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

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

 a { background-color: rgb(221,129,254); }

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

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

 span { border-color: rgb(221,129,254); }

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