Html Css Color HEX #D431C6 Fuchsia

📋 copy color: '#D431C6'

red 212 ◦ green 49 ◦ blue 198

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

Shades of Fuchsia #D431C6

Tints of Fuchsia #D431C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.14%

R = 46.19%
G = 10.68%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.07

 K value IS 0.17

RGB Variations

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

Color information

#D431C6 (or 0xD431C6) is known color: Fuchsia. HEX triplet: D4, 31 and C6. RGB value is (212,49,198). Sum of RGB (Red+Green+Blue) = 212+49+198=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 49 (19.53% from 255 or 10.68% from 459); Blue value is 198 (77.73% from 255 or 43.14% from 459); Max value from RGB is 212 - color contains mainly: red. Hex color #D431C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D431C6 is #2BCE39. Grayscale: #727272. Windows color (decimal): -2870842 or 12988884. OLE color: 12988884.

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

Color convert

RGB 212 49 198 -
CMYK 0 0.77 0.07 0.17
HSL 305.15º 0.65% 0.51% -
HSV(B) 305.15º 0.77% 0.83% -
XYZ 38.44 20.27 55.31 -
YUV 114.72 175 197.38 -
System Red Green Blue C M Y K H S L
Decimal 212 49 198 0 0.77 0.07 0.17 305.15 0.65 0.51
Hex D4 31 C6 0 4D 7 11 131 41 33
Octal 324 61 306 0 115 7 21 461 101 63
Binary 11010100 110001 11000110 0 1001101 111 10001 100110001 1000001 110011

Color Harmonies of #D431C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D431C6

Black with #D431C6

Text Example


Text Example

White with #D431C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D431C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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