Html Css Color HEX #D52DB8 Fuchsia

📋 copy color: '#D52DB8'

red 213 ◦ green 45 ◦ blue 184

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

Shades of Fuchsia #D52DB8

Tints of Fuchsia #D52DB8

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.18%

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

R = 48.19%
G = 10.18%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D52DB8 (or 0xD52DB8) is known color: Fuchsia. HEX triplet: D5, 2D and B8. RGB value is (213,45,184). Sum of RGB (Red+Green+Blue) = 213+45+184=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 45 (17.97% from 255 or 10.18% from 442); Blue value is 184 (72.27% from 255 or 41.63% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D52DB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52DB8 is #2AD247. Grayscale: #6E6E6E. Windows color (decimal): -2806344 or 12070357. OLE color: 12070357.

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

Color convert

RGB 213 45 184 -
CMYK 0 0.79 0.14 0.16
HSL 310.36º 0.67% 0.51% -
HSV(B) 310.36º 0.79% 0.84% -
XYZ 37.03 19.48 47.16 -
YUV 111.08 169.16 200.7 -
System Red Green Blue C M Y K H S L
Decimal 213 45 184 0 0.79 0.14 0.16 310.36 0.67 0.51
Hex D5 2D B8 0 4F E 10 136 43 33
Octal 325 55 270 0 117 16 20 466 103 63
Binary 11010101 101101 10111000 0 1001111 1110 10000 100110110 1000011 110011

Color Harmonies of #D52DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52DB8

Black with #D52DB8

Text Example


Text Example

White with #D52DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52DB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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