#D281F0

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

Shades of Heliotrope #D281F0

Tints of Heliotrope #D281F0

Color information

#D281F0 (or 0xD281F0) is unknown color: approx Heliotrope. HEX triplet: D2, 81 and F0. RGB value is (210,129,240). Sum of RGB (Red+Green+Blue) = 210+129+240=579 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.27% from 579); Green value is 129 (50.78% from 255 or 22.28% from 579); Blue value is 240 (94.14% from 255 or 41.45% from 579); Max value from RGB is 240 - color contains mainly: blue. Hex color #D281F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D281F0 is #2D7E0F. Grayscale: #A5A5A5. Windows color (decimal): -2981392 or 15761874. OLE color: 15761874.

HSL color Cylindrical-coordinate representation of color #D281F0: hue angle of 283.78º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D281F0 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB210129240-
CMYK0.120.4600.06
HSL283.78º78.72%72.35%-
HSV(B)283.78º46.25%94.12%-
XYZ50.1635.6986.68-
YUV165.87169.84159.47-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.27%
GREEN value IS 129 (50.78% from 255) = 22.28%
BLUE value IS 240 (94.14% from 255) = 41.45%
R=36.27%
G=22.28%
B=41.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2101292400.120.4600.06283.7878.7272.35
HexD281F0C2E0611c4f48
Octal322201360145606434117110
Binary1101001010000001111100001100101110011010001110010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D281F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D281F0; }

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

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

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

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

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

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

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

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