#D375ED

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

Shades of Heliotrope #D375ED

Tints of Heliotrope #D375ED

Color information

#D375ED (or 0xD375ED) is unknown color: approx Heliotrope. HEX triplet: D3, 75 and ED. RGB value is (211,117,237). Sum of RGB (Red+Green+Blue) = 211+117+237=565 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.35% from 565); Green value is 117 (46.09% from 255 or 20.71% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #D375ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D375ED is #2C8A12. Grayscale: #9E9E9E. Windows color (decimal): -2918931 or 15562195. OLE color: 15562195.

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

Color convert

RGB211117237-
CMYK0.110.5100.07
HSL287º76.92%69.41%-
HSV(B)287º50.63%92.94%-
XYZ48.5132.6983.87-
YUV158.79172.14165.24-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.35%
GREEN value IS 117 (46.09% from 255) = 20.71%
BLUE value IS 237 (92.97% from 255) = 41.95%
R=37.35%
G=20.71%
B=41.95%

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
Decimal2111172370.110.5100.0728776.9269.41
HexD375EDB330711f4d45
Octal323165355136307437115105
Binary110100111110101111011011011110011011110001111110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D375ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D375ED; }

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

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

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

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

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

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

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

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