#D272FB

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

Shades of Heliotrope #D272FB

Tints of Heliotrope #D272FB

Color information

#D272FB (or 0xD272FB) is unknown color: approx Heliotrope. HEX triplet: D2, 72 and FB. RGB value is (210,114,251). Sum of RGB (Red+Green+Blue) = 210+114+251=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 114 (44.92% from 255 or 19.83% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #D272FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D272FB is #2D8D04. Grayscale: #9D9D9D. Windows color (decimal): -2985221 or 16478930. OLE color: 16478930.

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

Color convert

RGB210114251-
CMYK0.160.5500.02
HSL282.04º94.48%71.57%-
HSV(B)282.04º54.58%98.43%-
XYZ50.0132.794.94-
YUV158.32180.3164.86-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.52%
GREEN value IS 114 (44.92% from 255) = 19.83%
BLUE value IS 251 (98.44% from 255) = 43.65%
R=36.52%
G=19.83%
B=43.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2101142510.160.5500.02282.0494.4871.57
HexD272FB10370211a5e48
Octal322162373206702432136110
Binary110100101110010111110111000011011101010001101010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D272FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D272FB; }

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

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

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

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

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

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

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

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