#D272FC

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

Shades of Heliotrope #D272FC

Tints of Heliotrope #D272FC

Color information

#D272FC (or 0xD272FC) is unknown color: approx Heliotrope. HEX triplet: D2, 72 and FC. RGB value is (210,114,252). Sum of RGB (Red+Green+Blue) = 210+114+252=576 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.46% from 576); Green value is 114 (44.92% from 255 or 19.79% from 576); Blue value is 252 (98.83% from 255 or 43.75% from 576); Max value from RGB is 252 - color contains mainly: blue. Hex color #D272FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D272FC is #2D8D03. Grayscale: #9D9D9D. Windows color (decimal): -2985220 or 16544466. OLE color: 16544466.

HSL color Cylindrical-coordinate representation of color #D272FC: hue angle of 281.74º degrees, saturation: 0.96, 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 #D272FC is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB210114252-
CMYK0.170.5500.01
HSL281.74º95.83%71.76%-
HSV(B)281.74º54.76%98.82%-
XYZ50.1732.7695.78-
YUV158.44180.8164.78-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.46%
GREEN value IS 114 (44.92% from 255) = 19.79%
BLUE value IS 252 (98.83% from 255) = 43.75%
R=36.46%
G=19.79%
B=43.75%

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
Decimal2101142520.170.5500.01281.7495.8371.76
HexD272FC11370111a6048
Octal322162374216701432140110
Binary11010010111001011111100100011101110110001101011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D272FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D272FC; }

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

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

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

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

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

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

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

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