Html Css Color HEX #D53ACD Fuchsia

📋 copy color: '#D53ACD'

red 213 ◦ green 58 ◦ blue 205

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

Shades of Fuchsia #D53ACD

Tints of Fuchsia #D53ACD

RGB

 RED value IS 213 (83.59% from 255) = 44.75%

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

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

R = 44.75%
G = 12.18%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D53ACD (or 0xD53ACD) is known color: Fuchsia. HEX triplet: D5, 3A and CD. RGB value is (213,58,205). Sum of RGB (Red+Green+Blue) = 213+58+205=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 58 (23.05% from 255 or 12.18% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D53ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53ACD is #2AC532. Grayscale: #787878. Windows color (decimal): -2802995 or 13449941. OLE color: 13449941.

HSL color Cylindrical-coordinate representation of color #D53ACD: hue angle of 303.1º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D53ACD is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 58 205 -
CMYK 0 0.73 0.04 0.16
HSL 303.1º 0.65% 0.53% -
HSV(B) 303.1º 0.73% 0.84% -
XYZ 39.97 21.58 59.82 -
YUV 121.1 175.35 193.55 -
System Red Green Blue C M Y K H S L
Decimal 213 58 205 0 0.73 0.04 0.16 303.1 0.65 0.53
Hex D5 3A CD 0 49 4 10 12F 41 35
Octal 325 72 315 0 111 4 20 457 101 65
Binary 11010101 111010 11001101 0 1001001 100 10000 100101111 1000001 110101

Color Harmonies of #D53ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53ACD

Black with #D53ACD

Text Example


Text Example

White with #D53ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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