Html Css Color HEX #D53DB1 Fuchsia

📋 copy color: '#D53DB1'

red 213 ◦ green 61 ◦ blue 177

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

Shades of Fuchsia #D53DB1

Tints of Fuchsia #D53DB1

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.53%

 BLUE value IS 177 (69.53% from 255) = 39.25%

R = 47.23%
G = 13.53%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D53DB1 (or 0xD53DB1) is known color: Fuchsia. HEX triplet: D5, 3D and B1. RGB value is (213,61,177). Sum of RGB (Red+Green+Blue) = 213+61+177=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 61 (24.22% from 255 or 13.53% from 451); Blue value is 177 (69.53% from 255 or 39.25% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D53DB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53DB1 is #2AC24E. Grayscale: #777777. Windows color (decimal): -2802255 or 11615701. OLE color: 11615701.

HSL color Cylindrical-coordinate representation of color #D53DB1: hue angle of 314.21º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D53DB1 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 61 177 -
CMYK 0 0.71 0.17 0.16
HSL 314.21º 0.64% 0.54% -
HSV(B) 314.21º 0.71% 0.84% -
XYZ 37.05 20.66 43.63 -
YUV 119.67 160.36 194.57 -
System Red Green Blue C M Y K H S L
Decimal 213 61 177 0 0.71 0.17 0.16 314.21 0.64 0.54
Hex D5 3D B1 0 47 11 10 13A 40 36
Octal 325 75 261 0 107 21 20 472 100 66
Binary 11010101 111101 10110001 0 1000111 10001 10000 100111010 1000000 110110

Color Harmonies of #D53DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53DB1

Black with #D53DB1

Text Example


Text Example

White with #D53DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53DB1; }

 p { color: rgb(213,61,177); }

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

background-color css

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

 a { background-color: rgb(213,61,177); }

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

border-color css

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

 span { border-color: rgb(213,61,177); }

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