Html Css Color HEX #D361EC Heliotrope

📋 copy color: '#D361EC'

red 211 ◦ green 97 ◦ blue 236

#D361EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #D361EC

Tints of Heliotrope #D361EC

RGB

 RED value IS 211 (82.81% from 255) = 38.79%

 GREEN value IS 97 (38.28% from 255) = 17.83%

 BLUE value IS 236 (92.58% from 255) = 43.38%

R = 38.79%
G = 17.83%
B = 43.38%

CMYK

 C value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D361EC (or 0xD361EC) is known color: Heliotrope. HEX triplet: D3, 61 and EC. RGB value is (211,97,236). Sum of RGB (Red+Green+Blue) = 211+97+236=544 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.79% from 544); Green value is 97 (38.28% from 255 or 17.83% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #D361EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D361EC is #2C9E13. Grayscale: #929292. Windows color (decimal): -2924052 or 15491539. OLE color: 15491539.

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

Color convert

RGB 211 97 236 -
CMYK 0.11 0.59 0 0.07
HSL 289.21º 0.79% 0.65% -
HSV(B) 289.21º 0.59% 0.93% -
XYZ 46.28 28.45 82.41 -
YUV 146.93 178.27 173.7 -
System Red Green Blue C M Y K H S L
Decimal 211 97 236 0.11 0.59 0 0.07 289.21 0.79 0.65
Hex D3 61 EC B 3B 0 7 121 4F 41
Octal 323 141 354 13 73 0 7 441 117 101
Binary 11010011 1100001 11101100 1011 111011 0 111 100100001 1001111 1000001

Color Harmonies of #D361EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D361EC

Black with #D361EC

Text Example


Text Example

White with #D361EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D361EC; }

 p { color: rgb(211,97,236); }

 H1.HeaderClassName
 {
   color: #D361EC;
 }
 .AnyTagClassName
 {
   color: #D361EC;
 }
</style>

background-color css

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

 a { background-color: rgb(211,97,236); }

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

border-color css

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

 span { border-color: rgb(211,97,236); }

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