#D281FB

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

Shades of Heliotrope #D281FB

Tints of Heliotrope #D281FB

Color information

#D281FB (or 0xD281FB) is unknown color: approx Heliotrope. HEX triplet: D2, 81 and FB. RGB value is (210,129,251). Sum of RGB (Red+Green+Blue) = 210+129+251=590 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.59% from 590); Green value is 129 (50.78% from 255 or 21.86% from 590); Blue value is 251 (98.44% from 255 or 42.54% from 590); Max value from RGB is 251 - color contains mainly: blue. Hex color #D281FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D281FB is #2D7E04. Grayscale: #A6A6A6. Windows color (decimal): -2981381 or 16482770. OLE color: 16482770.

HSL color Cylindrical-coordinate representation of color #D281FB: hue angle of 279.84º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D281FB is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB210129251-
CMYK0.160.4900.02
HSL279.84º93.85%74.51%-
HSV(B)279.84º48.61%98.43%-
XYZ51.8436.3795.55-
YUV167.13175.34158.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.59%
GREEN value IS 129 (50.78% from 255) = 21.86%
BLUE value IS 251 (98.44% from 255) = 42.54%
R=35.59%
G=21.86%
B=42.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2101292510.160.4900.02279.8493.8574.51
HexD281FB1031021185e4b
Octal322201373206102430136113
Binary1101001010000001111110111000011000101010001100010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D281FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D281FB; }

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

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

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

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

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

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

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

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