#D374ED

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

Shades of Heliotrope #D374ED

Tints of Heliotrope #D374ED

Color information

#D374ED (or 0xD374ED) is unknown color: approx Heliotrope. HEX triplet: D3, 74 and ED. RGB value is (211,116,237). Sum of RGB (Red+Green+Blue) = 211+116+237=564 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.41% from 564); Green value is 116 (45.70% from 255 or 20.57% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #D374ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D374ED is #2C8B12. Grayscale: #9D9D9D. Windows color (decimal): -2919187 or 15561939. OLE color: 15561939.

HSL color Cylindrical-coordinate representation of color #D374ED: hue angle of 287.11º 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 #D374ED is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB211116237-
CMYK0.110.5100.07
HSL287.11º77.07%69.22%-
HSV(B)287.11º51.05%92.94%-
XYZ48.432.4583.83-
YUV158.2172.47165.66-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.41%
GREEN value IS 116 (45.70% from 255) = 20.57%
BLUE value IS 237 (92.97% from 255) = 42.02%
R=37.41%
G=20.57%
B=42.02%

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
Decimal2111162370.110.5100.07287.1177.0769.22
HexD374EDB330711f4d45
Octal323164355136307437115105
Binary110100111110100111011011011110011011110001111110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D374ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D374ED; }

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

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

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

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

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

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

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

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