Html Css Color HEX #D636D1 Fuchsia

📋 copy color: '#D636D1'

red 214 ◦ green 54 ◦ blue 209

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

Shades of Fuchsia #D636D1

Tints of Fuchsia #D636D1

RGB

 RED value IS 214 (83.98% from 255) = 44.86%

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

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

R = 44.86%
G = 11.32%
B = 43.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D636D1 (or 0xD636D1) is known color: Fuchsia. HEX triplet: D6, 36 and D1. RGB value is (214,54,209). Sum of RGB (Red+Green+Blue) = 214+54+209=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 54 (21.48% from 255 or 11.32% from 477); Blue value is 209 (82.03% from 255 or 43.82% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D636D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D636D1 is #29C92E. Grayscale: #777777. Windows color (decimal): -2738479 or 13711062. OLE color: 13711062.

HSL color Cylindrical-coordinate representation of color #D636D1: hue angle of 301.88º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D636D1 is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 54 209 -
CMYK 0 0.75 0.02 0.16
HSL 301.88º 0.66% 0.53% -
HSV(B) 301.88º 0.75% 0.84% -
XYZ 40.56 21.54 62.34 -
YUV 119.51 178.51 195.4 -
System Red Green Blue C M Y K H S L
Decimal 214 54 209 0 0.75 0.02 0.16 301.88 0.66 0.53
Hex D6 36 D1 0 4B 2 10 12E 42 35
Octal 326 66 321 0 113 2 20 456 102 65
Binary 11010110 110110 11010001 0 1001011 10 10000 100101110 1000010 110101

Color Harmonies of #D636D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D636D1

Black with #D636D1

Text Example


Text Example

White with #D636D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D636D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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