Html Css Color HEX #D531B8 Fuchsia

📋 copy color: '#D531B8'

red 213 ◦ green 49 ◦ blue 184

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

Shades of Fuchsia #D531B8

Tints of Fuchsia #D531B8

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.99%

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

R = 47.76%
G = 10.99%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D531B8 (or 0xD531B8) is known color: Fuchsia. HEX triplet: D5, 31 and B8. RGB value is (213,49,184). Sum of RGB (Red+Green+Blue) = 213+49+184=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 49 (19.53% from 255 or 10.99% from 446); Blue value is 184 (72.27% from 255 or 41.26% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D531B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D531B8 is #2ACE47. Grayscale: #717171. Windows color (decimal): -2805320 or 12071381. OLE color: 12071381.

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

Color convert

RGB 213 49 184 -
CMYK 0 0.77 0.14 0.16
HSL 310.61º 0.66% 0.51% -
HSV(B) 310.61º 0.77% 0.84% -
XYZ 37.19 19.8 47.21 -
YUV 113.43 167.83 199.02 -
System Red Green Blue C M Y K H S L
Decimal 213 49 184 0 0.77 0.14 0.16 310.61 0.66 0.51
Hex D5 31 B8 0 4D E 10 137 42 33
Octal 325 61 270 0 115 16 20 467 102 63
Binary 11010101 110001 10111000 0 1001101 1110 10000 100110111 1000010 110011

Color Harmonies of #D531B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D531B8

Black with #D531B8

Text Example


Text Example

White with #D531B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D531B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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