Html Css Color HEX #D52EB8 Fuchsia

📋 copy color: '#D52EB8'

red 213 ◦ green 46 ◦ blue 184

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

Shades of Fuchsia #D52EB8

Tints of Fuchsia #D52EB8

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.38%

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

R = 48.08%
G = 10.38%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D52EB8 (or 0xD52EB8) is known color: Fuchsia. HEX triplet: D5, 2E and B8. RGB value is (213,46,184). Sum of RGB (Red+Green+Blue) = 213+46+184=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 46 (18.36% from 255 or 10.38% from 443); Blue value is 184 (72.27% from 255 or 41.53% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D52EB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52EB8 is #2AD147. Grayscale: #6F6F6F. Windows color (decimal): -2806088 or 12070613. OLE color: 12070613.

HSL color Cylindrical-coordinate representation of color #D52EB8: hue angle of 310.42º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D52EB8 is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 46 184 -
CMYK 0 0.78 0.14 0.16
HSL 310.42º 0.67% 0.51% -
HSV(B) 310.42º 0.78% 0.84% -
XYZ 37.07 19.56 47.17 -
YUV 111.67 168.83 200.28 -
System Red Green Blue C M Y K H S L
Decimal 213 46 184 0 0.78 0.14 0.16 310.42 0.67 0.51
Hex D5 2E B8 0 4E E 10 136 43 33
Octal 325 56 270 0 116 16 20 466 103 63
Binary 11010101 101110 10111000 0 1001110 1110 10000 100110110 1000011 110011

Color Harmonies of #D52EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52EB8

Black with #D52EB8

Text Example


Text Example

White with #D52EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52EB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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