#D375F6

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

Shades of Heliotrope #D375F6

Tints of Heliotrope #D375F6

Color information

#D375F6 (or 0xD375F6) is unknown color: approx Heliotrope. HEX triplet: D3, 75 and F6. RGB value is (211,117,246). Sum of RGB (Red+Green+Blue) = 211+117+246=574 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.76% from 574); Green value is 117 (46.09% from 255 or 20.38% from 574); Blue value is 246 (96.48% from 255 or 42.86% from 574); Max value from RGB is 246 - color contains mainly: blue. Hex color #D375F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D375F6 is #2C8A09. Grayscale: #9F9F9F. Windows color (decimal): -2918922 or 16152019. OLE color: 16152019.

HSL color Cylindrical-coordinate representation of color #D375F6: hue angle of 283.72º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D375F6 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB211117246-
CMYK0.140.5200.04
HSL283.72º87.76%71.18%-
HSV(B)283.72º52.44%96.47%-
XYZ49.8633.2390.97-
YUV159.81176.64164.51-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.76%
GREEN value IS 117 (46.09% from 255) = 20.38%
BLUE value IS 246 (96.48% from 255) = 42.86%
R=36.76%
G=20.38%
B=42.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2111172460.140.5200.04283.7287.7671.18
HexD375F6E340411c5847
Octal323165366166404434130107
Binary110100111110101111101101110110100010010001110010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D375F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D375F6; }

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

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

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

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

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

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

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

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