Html Css Color HEX #D43ACE Fuchsia

📋 copy color: '#D43ACE'

red 212 ◦ green 58 ◦ blue 206

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

Shades of Fuchsia #D43ACE

Tints of Fuchsia #D43ACE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.18%

 BLUE value IS 206 (80.86% from 255) = 43.28%

R = 44.54%
G = 12.18%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D43ACE (or 0xD43ACE) is known color: Fuchsia. HEX triplet: D4, 3A and CE. RGB value is (212,58,206). Sum of RGB (Red+Green+Blue) = 212+58+206=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 58 (23.05% from 255 or 12.18% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 212 - color contains mainly: red. Hex color #D43ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43ACE is #2BC531. Grayscale: #787878. Windows color (decimal): -2868530 or 13515476. OLE color: 13515476.

HSL color Cylindrical-coordinate representation of color #D43ACE: hue angle of 302.34º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D43ACE is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 58 206 -
CMYK 0 0.73 0.03 0.17
HSL 302.34º 0.64% 0.53% -
HSV(B) 302.34º 0.73% 0.83% -
XYZ 39.81 21.48 60.44 -
YUV 120.92 176.02 192.97 -
System Red Green Blue C M Y K H S L
Decimal 212 58 206 0 0.73 0.03 0.17 302.34 0.64 0.53
Hex D4 3A CE 0 49 3 11 12E 40 35
Octal 324 72 316 0 111 3 21 456 100 65
Binary 11010100 111010 11001110 0 1001001 11 10001 100101110 1000000 110101

Color Harmonies of #D43ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43ACE

Black with #D43ACE

Text Example


Text Example

White with #D43ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43ACE; }

 p { color: rgb(212,58,206); }

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

background-color css

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

 a { background-color: rgb(212,58,206); }

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

border-color css

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

 span { border-color: rgb(212,58,206); }

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