#DD81FF

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

Shades of Heliotrope #DD81FF

Tints of Heliotrope #DD81FF

Color information

#DD81FF (or 0xDD81FF) is unknown color: approx Heliotrope. HEX triplet: DD, 81 and FF. RGB value is (221,129,255). Sum of RGB (Red+Green+Blue) = 221+129+255=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 129 (50.78% from 255 or 21.32% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD81FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD81FF is #227E00. Grayscale: #AAAAAA. Windows color (decimal): -2260481 or 16744925. OLE color: 16744925.

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

Color convert

RGB221129255-
CMYK0.130.4900
HSL283.81º100%75.29%-
HSV(B)283.81º49.41%100%-
XYZ55.7238.2999.06-
YUV170.87175.48163.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.53%
GREEN value IS 129 (50.78% from 255) = 21.32%
BLUE value IS 255 (100% from 255) = 42.15%
R=36.53%
G=21.32%
B=42.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2211292550.130.4900283.8110075.29
HexDD81FFD310011c644b
Octal335201377156100434144113
Binary11011101100000011111111111011100010010001110011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD81FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD81FF; }

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

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

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

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

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

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

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

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