#D281FD

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

Shades of Heliotrope #D281FD

Tints of Heliotrope #D281FD

Color information

#D281FD (or 0xD281FD) is unknown color: approx Heliotrope. HEX triplet: D2, 81 and FD. RGB value is (210,129,253). Sum of RGB (Red+Green+Blue) = 210+129+253=592 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.47% from 592); Green value is 129 (50.78% from 255 or 21.79% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #D281FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D281FD is #2D7E02. Grayscale: #A6A6A6. Windows color (decimal): -2981379 or 16613842. OLE color: 16613842.

HSL color Cylindrical-coordinate representation of color #D281FD: hue angle of 279.19º degrees, saturation: 0.97, 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 #D281FD is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB210129253-
CMYK0.170.4900.01
HSL279.19º96.88%74.9%-
HSV(B)279.19º49.01%99.22%-
XYZ52.1636.4997.22-
YUV167.36176.34158.42-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.47%
GREEN value IS 129 (50.78% from 255) = 21.79%
BLUE value IS 253 (99.22% from 255) = 42.74%
R=35.47%
G=21.79%
B=42.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2101292530.170.4900.01279.1996.8874.9
HexD281FD113101117614b
Octal322201375216101427141113
Binary110100101000000111111101100011100010110001011111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D281FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D281FD; }

 p { color: rgb(210,129,253); }

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

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

 a { background-color: rgb(210,129,253); }

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

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

 span { border-color: rgb(210,129,253); }

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