#D272EA

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

Shades of Heliotrope #D272EA

Tints of Heliotrope #D272EA

Color information

#D272EA (or 0xD272EA) is unknown color: approx Heliotrope. HEX triplet: D2, 72 and EA. RGB value is (210,114,234). Sum of RGB (Red+Green+Blue) = 210+114+234=558 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.63% from 558); Green value is 114 (44.92% from 255 or 20.43% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 234 - color contains mainly: blue. Hex color #D272EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D272EA is #2D8D15. Grayscale: #9C9C9C. Windows color (decimal): -2985238 or 15364818. OLE color: 15364818.

HSL color Cylindrical-coordinate representation of color #D272EA: hue angle of 288º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D272EA is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB210114234-
CMYK0.100.5100.08
HSL288º74.07%68.24%-
HSV(B)288º51.28%91.76%-
XYZ47.4531.6881.46-
YUV156.38171.8166.24-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.63%
GREEN value IS 114 (44.92% from 255) = 20.43%
BLUE value IS 234 (91.80% from 255) = 41.94%
R=37.63%
G=20.43%
B=41.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2101142340.100.5100.0828874.0768.24
HexD272EAA33081204a44
Octal3221623521263010440112104
Binary1101001011100101110101010101100110100010010000010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D272EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D272EA; }

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

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

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

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

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

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

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

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