#D273FA

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

Shades of Heliotrope #D273FA

Tints of Heliotrope #D273FA

Color information

#D273FA (or 0xD273FA) is unknown color: approx Heliotrope. HEX triplet: D2, 73 and FA. RGB value is (210,115,250). Sum of RGB (Red+Green+Blue) = 210+115+250=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 115 (45.31% from 255 or 20% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #D273FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D273FA is #2D8C05. Grayscale: #9E9E9E. Windows color (decimal): -2984966 or 16413650. OLE color: 16413650.

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

Color convert

RGB210115250-
CMYK0.160.5400.02
HSL282.22º93.1%71.57%-
HSV(B)282.22º54%98.04%-
XYZ49.9632.8794.15-
YUV158.79179.47164.52-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.52%
GREEN value IS 115 (45.31% from 255) = 20%
BLUE value IS 250 (98.05% from 255) = 43.48%
R=36.52%
G=20%
B=43.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2101152500.160.5400.02282.2293.171.57
HexD273FA10360211a5d48
Octal322163372206602432135110
Binary110100101110011111110101000011011001010001101010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D273FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D273FA; }

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

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

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

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

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

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

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

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