#D272E8

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

Shades of Heliotrope #D272E8

Tints of Heliotrope #D272E8

Color information

#D272E8 (or 0xD272E8) is unknown color: approx Heliotrope. HEX triplet: D2, 72 and E8. RGB value is (210,114,232). Sum of RGB (Red+Green+Blue) = 210+114+232=556 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.77% from 556); Green value is 114 (44.92% from 255 or 20.50% from 556); Blue value is 232 (91.02% from 255 or 41.73% from 556); Max value from RGB is 232 - color contains mainly: blue. Hex color #D272E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D272E8 is #2D8D17. Grayscale: #9B9B9B. Windows color (decimal): -2985240 or 15233746. OLE color: 15233746.

HSL color Cylindrical-coordinate representation of color #D272E8: hue angle of 288.81º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D272E8 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB210114232-
CMYK0.090.5100.09
HSL288.81º71.95%67.84%-
HSV(B)288.81º50.86%90.98%-
XYZ47.1631.5679.95-
YUV156.16170.8166.41-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.77%
GREEN value IS 114 (44.92% from 255) = 20.50%
BLUE value IS 232 (91.02% from 255) = 41.73%
R=37.77%
G=20.50%
B=41.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2101142320.090.5100.09288.8171.9567.84
HexD272E8933091214844
Octal3221623501163011441110104
Binary1101001011100101110100010011100110100110010000110010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D272E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D272E8; }

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

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

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

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

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

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

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

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