Html Css Color HEX #D636B1 Fuchsia

📋 copy color: '#D636B1'

red 214 ◦ green 54 ◦ blue 177

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

Shades of Fuchsia #D636B1

Tints of Fuchsia #D636B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 39.78%

R = 48.09%
G = 12.13%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D636B1 (or 0xD636B1) is known color: Fuchsia. HEX triplet: D6, 36 and B1. RGB value is (214,54,177). Sum of RGB (Red+Green+Blue) = 214+54+177=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 54 (21.48% from 255 or 12.13% from 445); Blue value is 177 (69.53% from 255 or 39.78% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D636B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D636B1 is #29C94E. Grayscale: #737373. Windows color (decimal): -2738511 or 11613910. OLE color: 11613910.

HSL color Cylindrical-coordinate representation of color #D636B1: hue angle of 313.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 #D636B1 is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 54 177 -
CMYK 0 0.75 0.17 0.16
HSL 313.88º 0.66% 0.53% -
HSV(B) 313.88º 0.75% 0.84% -
XYZ 36.99 20.11 43.53 -
YUV 115.86 162.51 198 -
System Red Green Blue C M Y K H S L
Decimal 214 54 177 0 0.75 0.17 0.16 313.88 0.66 0.53
Hex D6 36 B1 0 4B 11 10 13A 42 35
Octal 326 66 261 0 113 21 20 472 102 65
Binary 11010110 110110 10110001 0 1001011 10001 10000 100111010 1000010 110101

Color Harmonies of #D636B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D636B1

Black with #D636B1

Text Example


Text Example

White with #D636B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D636B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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