Html Css Color HEX #D431CA Fuchsia

📋 copy color: '#D431CA'

red 212 ◦ green 49 ◦ blue 202

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

Shades of Fuchsia #D431CA

Tints of Fuchsia #D431CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.63%

R = 45.79%
G = 10.58%
B = 43.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D431CA (or 0xD431CA) is known color: Fuchsia. HEX triplet: D4, 31 and CA. RGB value is (212,49,202). Sum of RGB (Red+Green+Blue) = 212+49+202=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 49 (19.53% from 255 or 10.58% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 212 - color contains mainly: red. Hex color #D431CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D431CA is #2BCE35. Grayscale: #727272. Windows color (decimal): -2870838 or 13251028. OLE color: 13251028.

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

Color convert

RGB 212 49 202 -
CMYK 0 0.77 0.05 0.17
HSL 303.68º 0.65% 0.51% -
HSV(B) 303.68º 0.77% 0.83% -
XYZ 38.91 20.46 57.78 -
YUV 115.18 177 197.06 -
System Red Green Blue C M Y K H S L
Decimal 212 49 202 0 0.77 0.05 0.17 303.68 0.65 0.51
Hex D4 31 CA 0 4D 5 11 130 41 33
Octal 324 61 312 0 115 5 21 460 101 63
Binary 11010100 110001 11001010 0 1001101 101 10001 100110000 1000001 110011

Color Harmonies of #D431CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D431CA

Black with #D431CA

Text Example


Text Example

White with #D431CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D431CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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