Html Css Color HEX #D43ACD Fuchsia

📋 copy color: '#D43ACD'

red 212 ◦ green 58 ◦ blue 205

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

Shades of Fuchsia #D43ACD

Tints of Fuchsia #D43ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.16%

R = 44.63%
G = 12.21%
B = 43.16%

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

#D43ACD (or 0xD43ACD) is known color: Fuchsia. HEX triplet: D4, 3A and CD. RGB value is (212,58,205). Sum of RGB (Red+Green+Blue) = 212+58+205=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 58 (23.05% from 255 or 12.21% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D43ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43ACD is #2BC532. Grayscale: #787878. Windows color (decimal): -2868531 or 13449940. OLE color: 13449940.

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

Color convert

RGB 212 58 205 -
CMYK 0 0.73 0.03 0.17
HSL 302.73º 0.64% 0.53% -
HSV(B) 302.73º 0.73% 0.83% -
XYZ 39.68 21.43 59.8 -
YUV 120.8 175.52 193.05 -
System Red Green Blue C M Y K H S L
Decimal 212 58 205 0 0.73 0.03 0.17 302.73 0.64 0.53
Hex D4 3A CD 0 49 3 11 12F 40 35
Octal 324 72 315 0 111 3 21 457 100 65
Binary 11010100 111010 11001101 0 1001001 11 10001 100101111 1000000 110101

Color Harmonies of #D43ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43ACD

Black with #D43ACD

Text Example


Text Example

White with #D43ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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