#D365EA

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

Shades of Heliotrope #D365EA

Tints of Heliotrope #D365EA

Color information

#D365EA (or 0xD365EA) is unknown color: approx Heliotrope. HEX triplet: D3, 65 and EA. RGB value is (211,101,234). Sum of RGB (Red+Green+Blue) = 211+101+234=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 101 (39.84% from 255 or 18.50% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #D365EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D365EA is #2C9A15. Grayscale: #949494. Windows color (decimal): -2923030 or 15361491. OLE color: 15361491.

HSL color Cylindrical-coordinate representation of color #D365EA: hue angle of 289.62º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D365EA is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB211101234-
CMYK0.100.5700.08
HSL289.62º76%65.69%-
HSV(B)289.62º56.84%91.76%-
XYZ46.3729.181.01-
YUV149.05175.94172.19-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.64%
GREEN value IS 101 (39.84% from 255) = 18.50%
BLUE value IS 234 (91.80% from 255) = 42.86%
R=38.64%
G=18.50%
B=42.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2111012340.100.5700.08289.627665.69
HexD365EAA39081224c42
Octal3231453521271010442114102
Binary1101001111001011110101010101110010100010010001010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D365EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D365EA; }

 p { color: rgb(211,101,234); }

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

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

 a { background-color: rgb(211,101,234); }

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

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

 span { border-color: rgb(211,101,234); }

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