#D369ED

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

Shades of Heliotrope #D369ED

Tints of Heliotrope #D369ED

Color information

#D369ED (or 0xD369ED) is unknown color: approx Heliotrope. HEX triplet: D3, 69 and ED. RGB value is (211,105,237). Sum of RGB (Red+Green+Blue) = 211+105+237=553 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.16% from 553); Green value is 105 (41.41% from 255 or 18.99% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #D369ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D369ED is #2C9612. Grayscale: #979797. Windows color (decimal): -2922003 or 15559123. OLE color: 15559123.

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

Color convert

RGB211105237-
CMYK0.110.5600.07
HSL288.18º78.57%67.06%-
HSV(B)288.18º55.7%92.94%-
XYZ47.230.0783.44-
YUV151.74176.12170.27-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.16%
GREEN value IS 105 (41.41% from 255) = 18.99%
BLUE value IS 237 (92.97% from 255) = 42.86%
R=38.16%
G=18.99%
B=42.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2111052370.110.5600.07288.1878.5767.06
HexD369EDB38071204f43
Octal323151355137007440117103
Binary110100111101001111011011011111000011110010000010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D369ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D369ED; }

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

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

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

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

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

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

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

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