Html Css Color HEX #D436C1 Fuchsia

📋 copy color: '#D436C1'

red 212 ◦ green 54 ◦ blue 193

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

Shades of Fuchsia #D436C1

Tints of Fuchsia #D436C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.05%

R = 46.19%
G = 11.76%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D436C1 (or 0xD436C1) is known color: Fuchsia. HEX triplet: D4, 36 and C1. RGB value is (212,54,193). Sum of RGB (Red+Green+Blue) = 212+54+193=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 54 (21.48% from 255 or 11.76% from 459); Blue value is 193 (75.78% from 255 or 42.05% from 459); Max value from RGB is 212 - color contains mainly: red. Hex color #D436C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D436C1 is #2BC93E. Grayscale: #747474. Windows color (decimal): -2869567 or 12662484. OLE color: 12662484.

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

Color convert

RGB 212 54 193 -
CMYK 0 0.75 0.09 0.17
HSL 307.22º 0.65% 0.52% -
HSV(B) 307.22º 0.75% 0.83% -
XYZ 38.1 20.49 52.4 -
YUV 117.09 170.85 195.7 -
System Red Green Blue C M Y K H S L
Decimal 212 54 193 0 0.75 0.09 0.17 307.22 0.65 0.52
Hex D4 36 C1 0 4B 9 11 133 41 34
Octal 324 66 301 0 113 11 21 463 101 64
Binary 11010100 110110 11000001 0 1001011 1001 10001 100110011 1000001 110100

Color Harmonies of #D436C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D436C1

Black with #D436C1

Text Example


Text Example

White with #D436C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D436C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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