Html Css Color HEX #D53EB8 Fuchsia

📋 copy color: '#D53EB8'

red 213 ◦ green 62 ◦ blue 184

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

Shades of Fuchsia #D53EB8

Tints of Fuchsia #D53EB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.09%

R = 46.41%
G = 13.51%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D53EB8 (or 0xD53EB8) is known color: Fuchsia. HEX triplet: D5, 3E and B8. RGB value is (213,62,184). Sum of RGB (Red+Green+Blue) = 213+62+184=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 62 (24.61% from 255 or 13.51% from 459); Blue value is 184 (72.27% from 255 or 40.09% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D53EB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53EB8 is #2AC147. Grayscale: #787878. Windows color (decimal): -2801992 or 12074709. OLE color: 12074709.

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

Color convert

RGB 213 62 184 -
CMYK 0 0.71 0.14 0.16
HSL 311.52º 0.64% 0.54% -
HSV(B) 311.52º 0.71% 0.84% -
XYZ 37.81 21.05 47.42 -
YUV 121.06 163.53 193.58 -
System Red Green Blue C M Y K H S L
Decimal 213 62 184 0 0.71 0.14 0.16 311.52 0.64 0.54
Hex D5 3E B8 0 47 E 10 138 40 36
Octal 325 76 270 0 107 16 20 470 100 66
Binary 11010101 111110 10111000 0 1000111 1110 10000 100111000 1000000 110110

Color Harmonies of #D53EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53EB8

Black with #D53EB8

Text Example


Text Example

White with #D53EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53EB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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