#D272F1

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

Shades of Heliotrope #D272F1

Tints of Heliotrope #D272F1

Color information

#D272F1 (or 0xD272F1) is unknown color: approx Heliotrope. HEX triplet: D2, 72 and F1. RGB value is (210,114,241). Sum of RGB (Red+Green+Blue) = 210+114+241=565 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.17% from 565); Green value is 114 (44.92% from 255 or 20.18% from 565); Blue value is 241 (94.53% from 255 or 42.65% from 565); Max value from RGB is 241 - color contains mainly: blue. Hex color #D272F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D272F1 is #2D8D0E. Grayscale: #9C9C9C. Windows color (decimal): -2985231 or 15823570. OLE color: 15823570.

HSL color Cylindrical-coordinate representation of color #D272F1: hue angle of 285.35º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D272F1 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB210114241-
CMYK0.130.5300.05
HSL285.35º81.94%69.61%-
HSV(B)285.35º52.7%94.51%-
XYZ48.4732.0986.86-
YUV157.18175.3165.67-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.17%
GREEN value IS 114 (44.92% from 255) = 20.18%
BLUE value IS 241 (94.53% from 255) = 42.65%
R=37.17%
G=20.18%
B=42.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2101142410.130.5300.05285.3581.9469.61
HexD272F1D350511d5246
Octal322162361156505435122106
Binary110100101110010111100011101110101010110001110110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D272F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D272F1; }

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

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

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

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

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

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

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

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