#DD81FC

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

Shades of Heliotrope #DD81FC

Tints of Heliotrope #DD81FC

Color information

#DD81FC (or 0xDD81FC) is unknown color: approx Heliotrope. HEX triplet: DD, 81 and FC. RGB value is (221,129,252). Sum of RGB (Red+Green+Blue) = 221+129+252=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 129 (50.78% from 255 or 21.43% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD81FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD81FC is #227E03. Grayscale: #AAAAAA. Windows color (decimal): -2260484 or 16548317. OLE color: 16548317.

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

Color convert

RGB221129252-
CMYK0.120.4900.01
HSL284.88º95.35%74.71%-
HSV(B)284.88º48.81%98.82%-
XYZ55.2438.196.54-
YUV170.53173.98164-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.71%
GREEN value IS 129 (50.78% from 255) = 21.43%
BLUE value IS 252 (98.83% from 255) = 41.86%
R=36.71%
G=21.43%
B=41.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2211292520.120.4900.01284.8895.3574.71
HexDD81FCC310111d5f4b
Octal335201374146101435137113
Binary11011101100000011111110011001100010110001110110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD81FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD81FC; }

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

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

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

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

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

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

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

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