#DD81FA

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

Shades of Heliotrope #DD81FA

Tints of Heliotrope #DD81FA

Color information

#DD81FA (or 0xDD81FA) is unknown color: approx Heliotrope. HEX triplet: DD, 81 and FA. RGB value is (221,129,250). Sum of RGB (Red+Green+Blue) = 221+129+250=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 129 (50.78% from 255 or 21.5% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD81FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD81FA is #227E05. Grayscale: #A9A9A9. Windows color (decimal): -2260486 or 16417245. OLE color: 16417245.

HSL color Cylindrical-coordinate representation of color #DD81FA: hue angle of 285.62º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD81FA is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221129250-
CMYK0.120.4800.02
HSL285.62º92.37%74.31%-
HSV(B)285.62º48.4%98.04%-
XYZ54.9237.9794.88-
YUV170.3172.98164.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.83%
GREEN value IS 129 (50.78% from 255) = 21.5%
BLUE value IS 250 (98.05% from 255) = 41.67%
R=36.83%
G=21.5%
B=41.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211292500.120.4800.02285.6292.3774.31
HexDD81FAC300211e5c4a
Octal335201372146002436134112
Binary110111011000000111111010110011000001010001111010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD81FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD81FA; }

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

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

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

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

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

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

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

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