Html Css Color HEX #D336D1 Fuchsia

📋 copy color: '#D336D1'

red 211 ◦ green 54 ◦ blue 209

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

Shades of Fuchsia #D336D1

Tints of Fuchsia #D336D1

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.39%

 BLUE value IS 209 (82.03% from 255) = 44.09%

R = 44.51%
G = 11.39%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.01

 K value IS 0.17

RGB Variations

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

Color information

#D336D1 (or 0xD336D1) is known color: Fuchsia. HEX triplet: D3, 36 and D1. RGB value is (211,54,209). Sum of RGB (Red+Green+Blue) = 211+54+209=474 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.51% from 474); Green value is 54 (21.48% from 255 or 11.39% from 474); Blue value is 209 (82.03% from 255 or 44.09% from 474); Max value from RGB is 211 - color contains mainly: red. Hex color #D336D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D336D1 is #2CC92E. Grayscale: #767676. Windows color (decimal): -2935087 or 13711059. OLE color: 13711059.

HSL color Cylindrical-coordinate representation of color #D336D1: hue angle of 300.76º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D336D1 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 54 209 -
CMYK 0 0.74 0.01 0.17
HSL 300.76º 0.64% 0.52% -
HSV(B) 300.76º 0.74% 0.83% -
XYZ 39.69 21.09 62.3 -
YUV 118.61 179.01 193.9 -
System Red Green Blue C M Y K H S L
Decimal 211 54 209 0 0.74 0.01 0.17 300.76 0.64 0.52
Hex D3 36 D1 0 4A 1 11 12D 40 34
Octal 323 66 321 0 112 1 21 455 100 64
Binary 11010011 110110 11010001 0 1001010 1 10001 100101101 1000000 110100

Color Harmonies of #D336D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D336D1

Black with #D336D1

Text Example


Text Example

White with #D336D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D336D1; }

 p { color: rgb(211,54,209); }

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

background-color css

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

 a { background-color: rgb(211,54,209); }

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

border-color css

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

 span { border-color: rgb(211,54,209); }

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