Html Css Color HEX #D53AC3 Fuchsia

📋 copy color: '#D53AC3'

red 213 ◦ green 58 ◦ blue 195

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

Shades of Fuchsia #D53AC3

Tints of Fuchsia #D53AC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.85%

R = 45.71%
G = 12.45%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D53AC3 (or 0xD53AC3) is known color: Fuchsia. HEX triplet: D5, 3A and C3. RGB value is (213,58,195). Sum of RGB (Red+Green+Blue) = 213+58+195=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 58 (23.05% from 255 or 12.45% from 466); Blue value is 195 (76.56% from 255 or 41.85% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D53AC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53AC3 is #2AC53C. Grayscale: #777777. Windows color (decimal): -2803005 or 12794581. OLE color: 12794581.

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

Color convert

RGB 213 58 195 -
CMYK 0 0.73 0.08 0.16
HSL 306.97º 0.65% 0.53% -
HSV(B) 306.97º 0.73% 0.84% -
XYZ 38.8 21.11 53.66 -
YUV 119.96 170.35 194.36 -
System Red Green Blue C M Y K H S L
Decimal 213 58 195 0 0.73 0.08 0.16 306.97 0.65 0.53
Hex D5 3A C3 0 49 8 10 133 41 35
Octal 325 72 303 0 111 10 20 463 101 65
Binary 11010101 111010 11000011 0 1001001 1000 10000 100110011 1000001 110101

Color Harmonies of #D53AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53AC3

Black with #D53AC3

Text Example


Text Example

White with #D53AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53AC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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