Html Css Color HEX #D361ED Heliotrope

📋 copy color: '#D361ED'

red 211 ◦ green 97 ◦ blue 237

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

Shades of Heliotrope #D361ED

Tints of Heliotrope #D361ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.49%

R = 38.72%
G = 17.8%
B = 43.49%

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

#D361ED (or 0xD361ED) is known color: Heliotrope. HEX triplet: D3, 61 and ED. RGB value is (211,97,237). Sum of RGB (Red+Green+Blue) = 211+97+237=545 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.72% from 545); Green value is 97 (38.28% from 255 or 17.80% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #D361ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D361ED is #2C9E12. Grayscale: #929292. Windows color (decimal): -2924051 or 15557075. OLE color: 15557075.

HSL color Cylindrical-coordinate representation of color #D361ED: hue angle of 288.86º degrees, saturation: 0.8, 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 #D361ED is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 97 237 -
CMYK 0.11 0.59 0 0.07
HSL 288.86º 0.8% 0.65% -
HSV(B) 288.86º 0.59% 0.93% -
XYZ 46.42 28.51 83.18 -
YUV 147.05 178.77 173.62 -
System Red Green Blue C M Y K H S L
Decimal 211 97 237 0.11 0.59 0 0.07 288.86 0.8 0.65
Hex D3 61 ED B 3B 0 7 121 50 41
Octal 323 141 355 13 73 0 7 441 120 101
Binary 11010011 1100001 11101101 1011 111011 0 111 100100001 1010000 1000001

Color Harmonies of #D361ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D361ED

Black with #D361ED

Text Example


Text Example

White with #D361ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D361ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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