#D380ED

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

Shades of Heliotrope #D380ED

Tints of Heliotrope #D380ED

Color information

#D380ED (or 0xD380ED) is unknown color: approx Heliotrope. HEX triplet: D3, 80 and ED. RGB value is (211,128,237). Sum of RGB (Red+Green+Blue) = 211+128+237=576 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.63% from 576); Green value is 128 (50.39% from 255 or 22.22% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 237 - color contains mainly: blue. Hex color #D380ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D380ED is #2C7F12. Grayscale: #A4A4A4. Windows color (decimal): -2916115 or 15565011. OLE color: 15565011.

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

Color convert

RGB211128237-
CMYK0.110.4600.07
HSL285.69º75.17%71.57%-
HSV(B)285.69º45.99%92.94%-
XYZ49.8735.484.33-
YUV165.24168.5160.64-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.63%
GREEN value IS 128 (50.39% from 255) = 22.22%
BLUE value IS 237 (92.97% from 255) = 41.15%
R=36.63%
G=22.22%
B=41.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2111282370.110.4600.07285.6975.1771.57
HexD380EDB2E0711e4b48
Octal323200355135607436113110
Binary1101001110000000111011011011101110011110001111010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D380ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D380ED; }

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

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

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

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

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

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

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

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