Html Css Color HEX #D356F1 Heliotrope

📋 copy color: '#D356F1'

red 211 ◦ green 86 ◦ blue 241

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

Shades of Heliotrope #D356F1

Tints of Heliotrope #D356F1

RGB

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

 GREEN value IS 86 (33.98% from 255) = 15.99%

 BLUE value IS 241 (94.53% from 255) = 44.8%

R = 39.22%
G = 15.99%
B = 44.8%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D356F1 (or 0xD356F1) is known color: Heliotrope. HEX triplet: D3, 56 and F1. RGB value is (211,86,241). Sum of RGB (Red+Green+Blue) = 211+86+241=538 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.22% from 538); Green value is 86 (33.98% from 255 or 15.99% from 538); Blue value is 241 (94.53% from 255 or 44.80% from 538); Max value from RGB is 241 - color contains mainly: blue. Hex color #D356F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D356F1 is #2CA90E. Grayscale: #8C8C8C. Windows color (decimal): -2926863 or 15816403. OLE color: 15816403.

HSL color Cylindrical-coordinate representation of color #D356F1: hue angle of 288.39º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D356F1 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 86 241 -
CMYK 0.12 0.64 0 0.05
HSL 288.39º 0.85% 0.64% -
HSV(B) 288.39º 0.64% 0.95% -
XYZ 46.07 26.86 85.97 -
YUV 141.05 184.41 177.9 -
System Red Green Blue C M Y K H S L
Decimal 211 86 241 0.12 0.64 0 0.05 288.39 0.85 0.64
Hex D3 56 F1 C 40 0 5 120 55 40
Octal 323 126 361 14 100 0 5 440 125 100
Binary 11010011 1010110 11110001 1100 1000000 0 101 100100000 1010101 1000000

Color Harmonies of #D356F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D356F1

Black with #D356F1

Text Example


Text Example

White with #D356F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D356F1; }

 p { color: rgb(211,86,241); }

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

background-color css

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

 a { background-color: rgb(211,86,241); }

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

border-color css

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

 span { border-color: rgb(211,86,241); }

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