#D272FD

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

Shades of Heliotrope #D272FD

Tints of Heliotrope #D272FD

Color information

#D272FD (or 0xD272FD) is unknown color: approx Heliotrope. HEX triplet: D2, 72 and FD. RGB value is (210,114,253). Sum of RGB (Red+Green+Blue) = 210+114+253=577 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.40% from 577); Green value is 114 (44.92% from 255 or 19.76% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #D272FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D272FD is #2D8D02. Grayscale: #9E9E9E. Windows color (decimal): -2985219 or 16610002. OLE color: 16610002.

HSL color Cylindrical-coordinate representation of color #D272FD: hue angle of 281.44º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D272FD is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB210114253-
CMYK0.170.5500.01
HSL281.44º97.2%71.96%-
HSV(B)281.44º54.94%99.22%-
XYZ50.3332.8396.61-
YUV158.55181.3164.7-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.40%
GREEN value IS 114 (44.92% from 255) = 19.76%
BLUE value IS 253 (99.22% from 255) = 43.85%
R=36.40%
G=19.76%
B=43.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2101142530.170.5500.01281.4497.271.96
HexD272FD1137011196148
Octal322162375216701431141110
Binary11010010111001011111101100011101110110001100111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D272FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D272FD; }

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

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

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

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

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

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

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

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