Html Css Color HEX #D361EF Heliotrope

📋 copy color: '#D361EF'

red 211 ◦ green 97 ◦ blue 239

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

Shades of Heliotrope #D361EF

Tints of Heliotrope #D361EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.69%

R = 38.57%
G = 17.73%
B = 43.69%

CMYK

 C value IS 0.12

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D361EF (or 0xD361EF) is known color: Heliotrope. HEX triplet: D3, 61 and EF. RGB value is (211,97,239). Sum of RGB (Red+Green+Blue) = 211+97+239=547 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.57% from 547); Green value is 97 (38.28% from 255 or 17.73% from 547); Blue value is 239 (93.75% from 255 or 43.69% from 547); Max value from RGB is 239 - color contains mainly: blue. Hex color #D361EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D361EF is #2C9E10. Grayscale: #929292. Windows color (decimal): -2924049 or 15688147. OLE color: 15688147.

HSL color Cylindrical-coordinate representation of color #D361EF: hue angle of 288.17º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D361EF is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 97 239 -
CMYK 0.12 0.59 0 0.06
HSL 288.17º 0.82% 0.66% -
HSV(B) 288.17º 0.59% 0.94% -
XYZ 46.72 28.63 84.73 -
YUV 147.27 179.77 173.45 -
System Red Green Blue C M Y K H S L
Decimal 211 97 239 0.12 0.59 0 0.06 288.17 0.82 0.66
Hex D3 61 EF C 3B 0 6 120 52 42
Octal 323 141 357 14 73 0 6 440 122 102
Binary 11010011 1100001 11101111 1100 111011 0 110 100100000 1010010 1000010

Color Harmonies of #D361EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D361EF

Black with #D361EF

Text Example


Text Example

White with #D361EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D361EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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