#D273EE

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

Shades of Heliotrope #D273EE

Tints of Heliotrope #D273EE

Color information

#D273EE (or 0xD273EE) is unknown color: approx Heliotrope. HEX triplet: D2, 73 and EE. RGB value is (210,115,238). Sum of RGB (Red+Green+Blue) = 210+115+238=563 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.30% from 563); Green value is 115 (45.31% from 255 or 20.43% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #D273EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D273EE is #2D8C11. Grayscale: #9D9D9D. Windows color (decimal): -2984978 or 15627218. OLE color: 15627218.

HSL color Cylindrical-coordinate representation of color #D273EE: hue angle of 286.34º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D273EE is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB210115238-
CMYK0.120.5200.07
HSL286.34º78.34%69.22%-
HSV(B)286.34º51.68%93.33%-
XYZ48.1432.1484.55-
YUV157.43173.47165.5-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.30%
GREEN value IS 115 (45.31% from 255) = 20.43%
BLUE value IS 238 (93.36% from 255) = 42.27%
R=37.30%
G=20.43%
B=42.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2101152380.120.5200.07286.3478.3469.22
HexD273EEC340711e4e45
Octal322163356146407436116105
Binary110100101110011111011101100110100011110001111010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D273EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D273EE; }

 p { color: rgb(210,115,238); }

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

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

 a { background-color: rgb(210,115,238); }

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

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

 span { border-color: rgb(210,115,238); }

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