Html Css Color HEX #D53FC1 Fuchsia

📋 copy color: '#D53FC1'

red 213 ◦ green 63 ◦ blue 193

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

Shades of Fuchsia #D53FC1

Tints of Fuchsia #D53FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.15%

R = 45.42%
G = 13.43%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D53FC1 (or 0xD53FC1) is known color: Fuchsia. HEX triplet: D5, 3F and C1. RGB value is (213,63,193). Sum of RGB (Red+Green+Blue) = 213+63+193=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 63 (25% from 255 or 13.43% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D53FC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53FC1 is #2AC03E. Grayscale: #7A7A7A. Windows color (decimal): -2801727 or 12664789. OLE color: 12664789.

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

Color convert

RGB 213 63 193 -
CMYK 0 0.70 0.09 0.16
HSL 308º 0.64% 0.54% -
HSV(B) 308º 0.7% 0.84% -
XYZ 38.84 21.55 52.56 -
YUV 122.67 167.7 192.43 -
System Red Green Blue C M Y K H S L
Decimal 213 63 193 0 0.70 0.09 0.16 308 0.64 0.54
Hex D5 3F C1 0 46 9 10 134 40 36
Octal 325 77 301 0 106 11 20 464 100 66
Binary 11010101 111111 11000001 0 1000110 1001 10000 100110100 1000000 110110

Color Harmonies of #D53FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53FC1

Black with #D53FC1

Text Example


Text Example

White with #D53FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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