Html Css Color HEX #D432C7 Fuchsia

📋 copy color: '#D432C7'

red 212 ◦ green 50 ◦ blue 199

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

Shades of Fuchsia #D432C7

Tints of Fuchsia #D432C7

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.85%

 BLUE value IS 199 (78.13% from 255) = 43.17%

R = 45.99%
G = 10.85%
B = 43.17%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.06

 K value IS 0.17

RGB Variations

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

Color information

#D432C7 (or 0xD432C7) is known color: Fuchsia. HEX triplet: D4, 32 and C7. RGB value is (212,50,199). Sum of RGB (Red+Green+Blue) = 212+50+199=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 50 (19.92% from 255 or 10.85% from 461); Blue value is 199 (78.12% from 255 or 43.17% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D432C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D432C7 is #2BCD38. Grayscale: #727272. Windows color (decimal): -2870585 or 13054676. OLE color: 13054676.

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

Color convert

RGB 212 50 199 -
CMYK 0 0.76 0.06 0.17
HSL 304.81º 0.65% 0.51% -
HSV(B) 304.81º 0.76% 0.83% -
XYZ 38.6 20.4 55.94 -
YUV 115.42 175.17 196.88 -
System Red Green Blue C M Y K H S L
Decimal 212 50 199 0 0.76 0.06 0.17 304.81 0.65 0.51
Hex D4 32 C7 0 4C 6 11 131 41 33
Octal 324 62 307 0 114 6 21 461 101 63
Binary 11010100 110010 11000111 0 1001100 110 10001 100110001 1000001 110011

Color Harmonies of #D432C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D432C7

Black with #D432C7

Text Example


Text Example

White with #D432C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D432C7; }

 p { color: rgb(212,50,199); }

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

background-color css

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

 a { background-color: rgb(212,50,199); }

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

border-color css

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

 span { border-color: rgb(212,50,199); }

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