#D273F9

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

Shades of Heliotrope #D273F9

Tints of Heliotrope #D273F9

Color information

#D273F9 (or 0xD273F9) is unknown color: approx Heliotrope. HEX triplet: D2, 73 and F9. RGB value is (210,115,249). Sum of RGB (Red+Green+Blue) = 210+115+249=574 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.59% from 574); Green value is 115 (45.31% from 255 or 20.03% from 574); Blue value is 249 (97.66% from 255 or 43.38% from 574); Max value from RGB is 249 - color contains mainly: blue. Hex color #D273F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D273F9 is #2D8C06. Grayscale: #9E9E9E. Windows color (decimal): -2984967 or 16348114. OLE color: 16348114.

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

Color convert

RGB210115249-
CMYK0.160.5400.02
HSL282.54º91.78%71.37%-
HSV(B)282.54º53.82%97.65%-
XYZ49.8132.893.33-
YUV158.68178.97164.6-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.59%
GREEN value IS 115 (45.31% from 255) = 20.03%
BLUE value IS 249 (97.66% from 255) = 43.38%
R=36.59%
G=20.03%
B=43.38%

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
Decimal2101152490.160.5400.02282.5491.7871.37
HexD273F910360211b5c47
Octal322163371206602433134107
Binary110100101110011111110011000011011001010001101110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D273F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D273F9; }

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

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

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

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

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

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

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

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