Html Css Color HEX #D53F9F Mulberry

📋 copy color: '#D53F9F'

red 213 ◦ green 63 ◦ blue 159

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

Shades of Mulberry #D53F9F

Tints of Mulberry #D53F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.55%

R = 48.97%
G = 14.48%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D53F9F (or 0xD53F9F) is known color: Mulberry. HEX triplet: D5, 3F and 9F. RGB value is (213,63,159). Sum of RGB (Red+Green+Blue) = 213+63+159=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 63 (25% from 255 or 14.48% from 435); Blue value is 159 (62.5% from 255 or 36.55% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53F9F is #2AC060. Grayscale: #767676. Windows color (decimal): -2801761 or 10436565. OLE color: 10436565.

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

Color convert

RGB 213 63 159 -
CMYK 0 0.70 0.25 0.16
HSL 321.6º 0.64% 0.54% -
HSV(B) 321.6º 0.7% 0.84% -
XYZ 35.48 20.2 34.83 -
YUV 118.79 150.7 195.19 -
System Red Green Blue C M Y K H S L
Decimal 213 63 159 0 0.70 0.25 0.16 321.6 0.64 0.54
Hex D5 3F 9F 0 46 19 10 142 40 36
Octal 325 77 237 0 106 31 20 502 100 66
Binary 11010101 111111 10011111 0 1000110 11001 10000 101000010 1000000 110110

Color Harmonies of #D53F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53F9F

Black with #D53F9F

Text Example


Text Example

White with #D53F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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