#D272F9

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

Shades of Heliotrope #D272F9

Tints of Heliotrope #D272F9

Color information

#D272F9 (or 0xD272F9) is unknown color: approx Heliotrope. HEX triplet: D2, 72 and F9. RGB value is (210,114,249). Sum of RGB (Red+Green+Blue) = 210+114+249=573 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.65% from 573); Green value is 114 (44.92% from 255 or 19.90% from 573); Blue value is 249 (97.66% from 255 or 43.46% from 573); Max value from RGB is 249 - color contains mainly: blue. Hex color #D272F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D272F9 is #2D8D06. Grayscale: #9D9D9D. Windows color (decimal): -2985223 or 16347858. OLE color: 16347858.

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

Color convert

RGB210114249-
CMYK0.160.5400.02
HSL282.67º91.84%71.18%-
HSV(B)282.67º54.22%97.65%-
XYZ49.6932.5893.29-
YUV158.09179.3165.02-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.65%
GREEN value IS 114 (44.92% from 255) = 19.90%
BLUE value IS 249 (97.66% from 255) = 43.46%
R=36.65%
G=19.90%
B=43.46%

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
Decimal2101142490.160.5400.02282.6791.8471.18
HexD272F910360211b5c47
Octal322162371206602433134107
Binary110100101110010111110011000011011001010001101110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D272F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D272F9; }

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

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

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

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

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

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

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

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