Html Css Color HEX #D53EC3 Fuchsia

📋 copy color: '#D53EC3'

red 213 ◦ green 62 ◦ blue 195

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

Shades of Fuchsia #D53EC3

Tints of Fuchsia #D53EC3

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.19%

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

R = 45.32%
G = 13.19%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D53EC3 (or 0xD53EC3) is known color: Fuchsia. HEX triplet: D5, 3E and C3. RGB value is (213,62,195). Sum of RGB (Red+Green+Blue) = 213+62+195=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 62 (24.61% from 255 or 13.19% from 470); Blue value is 195 (76.56% from 255 or 41.49% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D53EC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53EC3 is #2AC13C. Grayscale: #797979. Windows color (decimal): -2801981 or 12795605. OLE color: 12795605.

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

Color convert

RGB 213 62 195 -
CMYK 0 0.71 0.08 0.16
HSL 307.15º 0.64% 0.54% -
HSV(B) 307.15º 0.71% 0.84% -
XYZ 39.01 21.53 53.73 -
YUV 122.31 169.03 192.69 -
System Red Green Blue C M Y K H S L
Decimal 213 62 195 0 0.71 0.08 0.16 307.15 0.64 0.54
Hex D5 3E C3 0 47 8 10 133 40 36
Octal 325 76 303 0 107 10 20 463 100 66
Binary 11010101 111110 11000011 0 1000111 1000 10000 100110011 1000000 110110

Color Harmonies of #D53EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53EC3

Black with #D53EC3

Text Example


Text Example

White with #D53EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53EC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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