#D272ED

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

Shades of Heliotrope #D272ED

Tints of Heliotrope #D272ED

Color information

#D272ED (or 0xD272ED) is unknown color: approx Heliotrope. HEX triplet: D2, 72 and ED. RGB value is (210,114,237). Sum of RGB (Red+Green+Blue) = 210+114+237=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 114 (44.92% from 255 or 20.32% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 237 - color contains mainly: blue. Hex color #D272ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D272ED is #2D8D12. Grayscale: #9C9C9C. Windows color (decimal): -2985235 or 15561426. OLE color: 15561426.

HSL color Cylindrical-coordinate representation of color #D272ED: hue angle of 286.83º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D272ED is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB210114237-
CMYK0.110.5200.07
HSL286.83º77.36%68.82%-
HSV(B)286.83º51.9%92.94%-
XYZ47.8831.8583.74-
YUV156.73173.3166-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.43%
GREEN value IS 114 (44.92% from 255) = 20.32%
BLUE value IS 237 (92.97% from 255) = 42.25%
R=37.43%
G=20.32%
B=42.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2101142370.110.5200.07286.8377.3668.82
HexD272EDB340711f4d45
Octal322162355136407437115105
Binary110100101110010111011011011110100011110001111110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D272ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D272ED; }

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

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

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

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

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

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

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

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