Html Css Color HEX #D53FA1 Mulberry

📋 copy color: '#D53FA1'

red 213 ◦ green 63 ◦ blue 161

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

Shades of Mulberry #D53FA1

Tints of Mulberry #D53FA1

RGB

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

 GREEN value IS 63 (25% from 255) = 14.42%

 BLUE value IS 161 (63.28% from 255) = 36.84%

R = 48.74%
G = 14.42%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D53FA1 (or 0xD53FA1) is known color: Mulberry. HEX triplet: D5, 3F and A1. RGB value is (213,63,161). Sum of RGB (Red+Green+Blue) = 213+63+161=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 63 (25% from 255 or 14.42% from 437); Blue value is 161 (63.28% from 255 or 36.84% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D53FA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53FA1 is #2AC05E. Grayscale: #767676. Windows color (decimal): -2801759 or 10567637. OLE color: 10567637.

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

Color convert

RGB 213 63 161 -
CMYK 0 0.70 0.24 0.16
HSL 320.8º 0.64% 0.54% -
HSV(B) 320.8º 0.7% 0.84% -
XYZ 35.65 20.27 35.75 -
YUV 119.02 151.7 195.03 -
System Red Green Blue C M Y K H S L
Decimal 213 63 161 0 0.70 0.24 0.16 320.8 0.64 0.54
Hex D5 3F A1 0 46 18 10 141 40 36
Octal 325 77 241 0 106 30 20 501 100 66
Binary 11010101 111111 10100001 0 1000110 11000 10000 101000001 1000000 110110

Color Harmonies of #D53FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53FA1

Black with #D53FA1

Text Example


Text Example

White with #D53FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53FA1; }

 p { color: rgb(213,63,161); }

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

background-color css

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

 a { background-color: rgb(213,63,161); }

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

border-color css

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

 span { border-color: rgb(213,63,161); }

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