Html Css Color HEX #D431BC Fuchsia

📋 copy color: '#D431BC'

red 212 ◦ green 49 ◦ blue 188

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

Shades of Fuchsia #D431BC

Tints of Fuchsia #D431BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.87%

R = 47.22%
G = 10.91%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D431BC (or 0xD431BC) is known color: Fuchsia. HEX triplet: D4, 31 and BC. RGB value is (212,49,188). Sum of RGB (Red+Green+Blue) = 212+49+188=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 49 (19.53% from 255 or 10.91% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 212 - color contains mainly: red. Hex color #D431BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D431BC is #2BCE43. Grayscale: #717171. Windows color (decimal): -2870852 or 12333524. OLE color: 12333524.

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

Color convert

RGB 212 49 188 -
CMYK 0 0.77 0.11 0.17
HSL 308.83º 0.65% 0.51% -
HSV(B) 308.83º 0.77% 0.83% -
XYZ 37.33 19.82 49.44 -
YUV 113.58 170 198.2 -
System Red Green Blue C M Y K H S L
Decimal 212 49 188 0 0.77 0.11 0.17 308.83 0.65 0.51
Hex D4 31 BC 0 4D B 11 135 41 33
Octal 324 61 274 0 115 13 21 465 101 63
Binary 11010100 110001 10111100 0 1001101 1011 10001 100110101 1000001 110011

Color Harmonies of #D431BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D431BC

Black with #D431BC

Text Example


Text Example

White with #D431BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D431BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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