Html Css Color HEX #D361F3 Heliotrope

📋 copy color: '#D361F3'

red 211 ◦ green 97 ◦ blue 243

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

Shades of Heliotrope #D361F3

Tints of Heliotrope #D361F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 44.1%

R = 38.29%
G = 17.6%
B = 44.1%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D361F3 (or 0xD361F3) is known color: Heliotrope. HEX triplet: D3, 61 and F3. RGB value is (211,97,243). Sum of RGB (Red+Green+Blue) = 211+97+243=551 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.29% from 551); Green value is 97 (38.28% from 255 or 17.60% from 551); Blue value is 243 (95.31% from 255 or 44.10% from 551); Max value from RGB is 243 - color contains mainly: blue. Hex color #D361F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D361F3 is #2C9E0C. Grayscale: #939393. Windows color (decimal): -2924045 or 15950291. OLE color: 15950291.

HSL color Cylindrical-coordinate representation of color #D361F3: hue angle of 286.85º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D361F3 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 97 243 -
CMYK 0.13 0.60 0 0.05
HSL 286.85º 0.86% 0.67% -
HSV(B) 286.85º 0.6% 0.95% -
XYZ 47.32 28.87 87.87 -
YUV 147.73 181.77 173.13 -
System Red Green Blue C M Y K H S L
Decimal 211 97 243 0.13 0.60 0 0.05 286.85 0.86 0.67
Hex D3 61 F3 D 3C 0 5 11F 56 43
Octal 323 141 363 15 74 0 5 437 126 103
Binary 11010011 1100001 11110011 1101 111100 0 101 100011111 1010110 1000011

Color Harmonies of #D361F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D361F3

Black with #D361F3

Text Example


Text Example

White with #D361F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D361F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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