Html Css Color HEX #D531B4 Fuchsia

📋 copy color: '#D531B4'

red 213 ◦ green 49 ◦ blue 180

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

Shades of Fuchsia #D531B4

Tints of Fuchsia #D531B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.72%

R = 48.19%
G = 11.09%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D531B4 (or 0xD531B4) is known color: Fuchsia. HEX triplet: D5, 31 and B4. RGB value is (213,49,180). Sum of RGB (Red+Green+Blue) = 213+49+180=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 49 (19.53% from 255 or 11.09% from 442); Blue value is 180 (70.70% from 255 or 40.72% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D531B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D531B4 is #2ACE4B. Grayscale: #707070. Windows color (decimal): -2805324 or 11809237. OLE color: 11809237.

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

Color convert

RGB 213 49 180 -
CMYK 0 0.77 0.15 0.16
HSL 312.07º 0.66% 0.51% -
HSV(B) 312.07º 0.77% 0.84% -
XYZ 36.78 19.64 45.03 -
YUV 112.97 165.83 199.35 -
System Red Green Blue C M Y K H S L
Decimal 213 49 180 0 0.77 0.15 0.16 312.07 0.66 0.51
Hex D5 31 B4 0 4D F 10 138 42 33
Octal 325 61 264 0 115 17 20 470 102 63
Binary 11010101 110001 10110100 0 1001101 1111 10000 100111000 1000010 110011

Color Harmonies of #D531B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D531B4

Black with #D531B4

Text Example


Text Example

White with #D531B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D531B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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