Html Css Color HEX #D531C5 Fuchsia

📋 copy color: '#D531C5'

red 213 ◦ green 49 ◦ blue 197

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

Shades of Fuchsia #D531C5

Tints of Fuchsia #D531C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 42.92%

R = 46.41%
G = 10.68%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D531C5 (or 0xD531C5) is known color: Fuchsia. HEX triplet: D5, 31 and C5. RGB value is (213,49,197). Sum of RGB (Red+Green+Blue) = 213+49+197=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 49 (19.53% from 255 or 10.68% from 459); Blue value is 197 (77.34% from 255 or 42.92% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D531C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D531C5 is #2ACE3A. Grayscale: #727272. Windows color (decimal): -2805307 or 12923349. OLE color: 12923349.

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

Color convert

RGB 213 49 197 -
CMYK 0 0.77 0.08 0.16
HSL 305.85º 0.66% 0.51% -
HSV(B) 305.85º 0.77% 0.84% -
XYZ 38.62 20.37 54.72 -
YUV 114.91 174.33 197.97 -
System Red Green Blue C M Y K H S L
Decimal 213 49 197 0 0.77 0.08 0.16 305.85 0.66 0.51
Hex D5 31 C5 0 4D 8 10 132 42 33
Octal 325 61 305 0 115 10 20 462 102 63
Binary 11010101 110001 11000101 0 1001101 1000 10000 100110010 1000010 110011

Color Harmonies of #D531C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D531C5

Black with #D531C5

Text Example


Text Example

White with #D531C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D531C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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