#D274ED

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

Shades of Heliotrope #D274ED

Tints of Heliotrope #D274ED

Color information

#D274ED (or 0xD274ED) is unknown color: approx Heliotrope. HEX triplet: D2, 74 and ED. RGB value is (210,116,237). Sum of RGB (Red+Green+Blue) = 210+116+237=563 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.30% from 563); Green value is 116 (45.70% from 255 or 20.60% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #D274ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D274ED is #2D8B12. Grayscale: #9D9D9D. Windows color (decimal): -2984723 or 15561938. OLE color: 15561938.

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

Color convert

RGB210116237-
CMYK0.110.5100.07
HSL286.61º77.07%69.22%-
HSV(B)286.61º51.05%92.94%-
XYZ48.1132.3183.82-
YUV157.9172.64165.16-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.30%
GREEN value IS 116 (45.70% from 255) = 20.60%
BLUE value IS 237 (92.97% from 255) = 42.10%
R=37.30%
G=20.60%
B=42.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2101162370.110.5100.07286.6177.0769.22
HexD274EDB330711f4d45
Octal322164355136307437115105
Binary110100101110100111011011011110011011110001111110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D274ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D274ED; }

 p { color: rgb(210,116,237); }

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

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

 a { background-color: rgb(210,116,237); }

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

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

 span { border-color: rgb(210,116,237); }

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