Html Css Color HEX #D436B1 Fuchsia

📋 copy color: '#D436B1'

red 212 ◦ green 54 ◦ blue 177

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

Shades of Fuchsia #D436B1

Tints of Fuchsia #D436B1

RGB

 RED value IS 212 (83.2% from 255) = 47.86%

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

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

R = 47.86%
G = 12.19%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D436B1 (or 0xD436B1) is known color: Fuchsia. HEX triplet: D4, 36 and B1. RGB value is (212,54,177). Sum of RGB (Red+Green+Blue) = 212+54+177=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 54 (21.48% from 255 or 12.19% from 443); Blue value is 177 (69.53% from 255 or 39.95% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D436B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D436B1 is #2BC94E. Grayscale: #727272. Windows color (decimal): -2869583 or 11613908. OLE color: 11613908.

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

Color convert

RGB 212 54 177 -
CMYK 0 0.75 0.17 0.17
HSL 313.29º 0.65% 0.52% -
HSV(B) 313.29º 0.75% 0.83% -
XYZ 36.41 19.81 43.5 -
YUV 115.26 162.85 197 -
System Red Green Blue C M Y K H S L
Decimal 212 54 177 0 0.75 0.17 0.17 313.29 0.65 0.52
Hex D4 36 B1 0 4B 11 11 139 41 34
Octal 324 66 261 0 113 21 21 471 101 64
Binary 11010100 110110 10110001 0 1001011 10001 10001 100111001 1000001 110100

Color Harmonies of #D436B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D436B1

Black with #D436B1

Text Example


Text Example

White with #D436B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D436B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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