Html Css Color HEX #D431C8 Fuchsia

📋 copy color: '#D431C8'

red 212 ◦ green 49 ◦ blue 200

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

Shades of Fuchsia #D431C8

Tints of Fuchsia #D431C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 43.38%

R = 45.99%
G = 10.63%
B = 43.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.06

 K value IS 0.17

RGB Variations

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

Color information

#D431C8 (or 0xD431C8) is known color: Fuchsia. HEX triplet: D4, 31 and C8. RGB value is (212,49,200). Sum of RGB (Red+Green+Blue) = 212+49+200=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 49 (19.53% from 255 or 10.63% from 461); Blue value is 200 (78.52% from 255 or 43.38% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D431C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D431C8 is #2BCE37. Grayscale: #727272. Windows color (decimal): -2870840 or 13119956. OLE color: 13119956.

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

Color convert

RGB 212 49 200 -
CMYK 0 0.77 0.06 0.17
HSL 304.42º 0.65% 0.51% -
HSV(B) 304.42º 0.77% 0.83% -
XYZ 38.68 20.36 56.54 -
YUV 114.95 176 197.22 -
System Red Green Blue C M Y K H S L
Decimal 212 49 200 0 0.77 0.06 0.17 304.42 0.65 0.51
Hex D4 31 C8 0 4D 6 11 130 41 33
Octal 324 61 310 0 115 6 21 460 101 63
Binary 11010100 110001 11001000 0 1001101 110 10001 100110000 1000001 110011

Color Harmonies of #D431C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D431C8

Black with #D431C8

Text Example


Text Example

White with #D431C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D431C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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