Html Css Color HEX #D431B9 Fuchsia

📋 copy color: '#D431B9'

red 212 ◦ green 49 ◦ blue 185

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

Shades of Fuchsia #D431B9

Tints of Fuchsia #D431B9

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.99%

 BLUE value IS 185 (72.66% from 255) = 41.48%

R = 47.53%
G = 10.99%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.17

RGB Variations

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

Color information

#D431B9 (or 0xD431B9) is known color: Fuchsia. HEX triplet: D4, 31 and B9. RGB value is (212,49,185). Sum of RGB (Red+Green+Blue) = 212+49+185=446 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.53% from 446); Green value is 49 (19.53% from 255 or 10.99% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 212 - color contains mainly: red. Hex color #D431B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D431B9 is #2BCE46. Grayscale: #707070. Windows color (decimal): -2870855 or 12136916. OLE color: 12136916.

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

Color convert

RGB 212 49 185 -
CMYK 0 0.77 0.13 0.17
HSL 309.94º 0.65% 0.51% -
HSV(B) 309.94º 0.77% 0.83% -
XYZ 37.01 19.7 47.75 -
YUV 113.24 168.5 198.44 -
System Red Green Blue C M Y K H S L
Decimal 212 49 185 0 0.77 0.13 0.17 309.94 0.65 0.51
Hex D4 31 B9 0 4D D 11 136 41 33
Octal 324 61 271 0 115 15 21 466 101 63
Binary 11010100 110001 10111001 0 1001101 1101 10001 100110110 1000001 110011

Color Harmonies of #D431B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D431B9

Black with #D431B9

Text Example


Text Example

White with #D431B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D431B9; }

 p { color: rgb(212,49,185); }

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

background-color css

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

 a { background-color: rgb(212,49,185); }

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

border-color css

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

 span { border-color: rgb(212,49,185); }

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