Html Css Color HEX #D53AC2 Fuchsia

📋 copy color: '#D53AC2'

red 213 ◦ green 58 ◦ blue 194

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

Shades of Fuchsia #D53AC2

Tints of Fuchsia #D53AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.72%

R = 45.81%
G = 12.47%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D53AC2 (or 0xD53AC2) is known color: Fuchsia. HEX triplet: D5, 3A and C2. RGB value is (213,58,194). Sum of RGB (Red+Green+Blue) = 213+58+194=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 58 (23.05% from 255 or 12.47% from 465); Blue value is 194 (76.17% from 255 or 41.72% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D53AC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53AC2 is #2AC53D. Grayscale: #777777. Windows color (decimal): -2803006 or 12729045. OLE color: 12729045.

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

Color convert

RGB 213 58 194 -
CMYK 0 0.73 0.09 0.16
HSL 307.35º 0.65% 0.53% -
HSV(B) 307.35º 0.73% 0.84% -
XYZ 38.69 21.07 53.07 -
YUV 119.85 169.85 194.44 -
System Red Green Blue C M Y K H S L
Decimal 213 58 194 0 0.73 0.09 0.16 307.35 0.65 0.53
Hex D5 3A C2 0 49 9 10 133 41 35
Octal 325 72 302 0 111 11 20 463 101 65
Binary 11010101 111010 11000010 0 1001001 1001 10000 100110011 1000001 110101

Color Harmonies of #D53AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53AC2

Black with #D53AC2

Text Example


Text Example

White with #D53AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53AC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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