#D281FA

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

Shades of Heliotrope #D281FA

Tints of Heliotrope #D281FA

Color information

#D281FA (or 0xD281FA) is unknown color: approx Heliotrope. HEX triplet: D2, 81 and FA. RGB value is (210,129,250). Sum of RGB (Red+Green+Blue) = 210+129+250=589 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.65% from 589); Green value is 129 (50.78% from 255 or 21.90% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #D281FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D281FA is #2D7E05. Grayscale: #A6A6A6. Windows color (decimal): -2981382 or 16417234. OLE color: 16417234.

HSL color Cylindrical-coordinate representation of color #D281FA: hue angle of 280.17º 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 #D281FA is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB210129250-
CMYK0.160.4800.02
HSL280.17º92.37%74.31%-
HSV(B)280.17º48.4%98.04%-
XYZ51.6836.394.73-
YUV167.01174.84158.66-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.65%
GREEN value IS 129 (50.78% from 255) = 21.90%
BLUE value IS 250 (98.05% from 255) = 42.44%
R=35.65%
G=21.90%
B=42.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2101292500.160.4800.02280.1792.3774.31
HexD281FA1030021185c4a
Octal322201372206002430134112
Binary1101001010000001111110101000011000001010001100010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D281FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D281FA; }

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

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

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

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

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

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

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

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