Html Css Color HEX #D53EBC Fuchsia

📋 copy color: '#D53EBC'

red 213 ◦ green 62 ◦ blue 188

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

Shades of Fuchsia #D53EBC

Tints of Fuchsia #D53EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.6%

R = 46%
G = 13.39%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D53EBC (or 0xD53EBC) is known color: Fuchsia. HEX triplet: D5, 3E and BC. RGB value is (213,62,188). Sum of RGB (Red+Green+Blue) = 213+62+188=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 62 (24.61% from 255 or 13.39% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D53EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53EBC is #2AC143. Grayscale: #797979. Windows color (decimal): -2801988 or 12336853. OLE color: 12336853.

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

Color convert

RGB 213 62 188 -
CMYK 0 0.71 0.12 0.16
HSL 309.93º 0.64% 0.54% -
HSV(B) 309.93º 0.71% 0.84% -
XYZ 38.24 21.22 49.66 -
YUV 121.51 165.53 193.25 -
System Red Green Blue C M Y K H S L
Decimal 213 62 188 0 0.71 0.12 0.16 309.93 0.64 0.54
Hex D5 3E BC 0 47 C 10 136 40 36
Octal 325 76 274 0 107 14 20 466 100 66
Binary 11010101 111110 10111100 0 1000111 1100 10000 100110110 1000000 110110

Color Harmonies of #D53EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53EBC

Black with #D53EBC

Text Example


Text Example

White with #D53EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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