Html Css Color HEX #D53FCA Fuchsia

📋 copy color: '#D53FCA'

red 213 ◦ green 63 ◦ blue 202

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

Shades of Fuchsia #D53FCA

Tints of Fuchsia #D53FCA

RGB

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

 GREEN value IS 63 (25% from 255) = 13.18%

 BLUE value IS 202 (79.3% from 255) = 42.26%

R = 44.56%
G = 13.18%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D53FCA (or 0xD53FCA) is known color: Fuchsia. HEX triplet: D5, 3F and CA. RGB value is (213,63,202). Sum of RGB (Red+Green+Blue) = 213+63+202=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 63 (25% from 255 or 13.18% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D53FCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53FCA is #2AC035. Grayscale: #7B7B7B. Windows color (decimal): -2801718 or 13254613. OLE color: 13254613.

HSL color Cylindrical-coordinate representation of color #D53FCA: hue angle of 304.4º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D53FCA is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 63 202 -
CMYK 0 0.70 0.05 0.16
HSL 304.4º 0.64% 0.54% -
HSV(B) 304.4º 0.7% 0.84% -
XYZ 39.88 21.97 58.02 -
YUV 123.7 172.2 191.7 -
System Red Green Blue C M Y K H S L
Decimal 213 63 202 0 0.70 0.05 0.16 304.4 0.64 0.54
Hex D5 3F CA 0 46 5 10 130 40 36
Octal 325 77 312 0 106 5 20 460 100 66
Binary 11010101 111111 11001010 0 1000110 101 10000 100110000 1000000 110110

Color Harmonies of #D53FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53FCA

Black with #D53FCA

Text Example


Text Example

White with #D53FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53FCA; }

 p { color: rgb(213,63,202); }

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

background-color css

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

 a { background-color: rgb(213,63,202); }

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

border-color css

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

 span { border-color: rgb(213,63,202); }

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