Html Css Color HEX #D53F9C Mulberry

📋 copy color: '#D53F9C'

red 213 ◦ green 63 ◦ blue 156

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

Shades of Mulberry #D53F9C

Tints of Mulberry #D53F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.11%

R = 49.31%
G = 14.58%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D53F9C (or 0xD53F9C) is known color: Mulberry. HEX triplet: D5, 3F and 9C. RGB value is (213,63,156). Sum of RGB (Red+Green+Blue) = 213+63+156=432 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.31% from 432); Green value is 63 (25% from 255 or 14.58% from 432); Blue value is 156 (61.33% from 255 or 36.11% from 432); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53F9C is #2AC063. Grayscale: #767676. Windows color (decimal): -2801764 or 10239957. OLE color: 10239957.

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

Color convert

RGB 213 63 156 -
CMYK 0 0.70 0.27 0.16
HSL 322.8º 0.64% 0.54% -
HSV(B) 322.8º 0.7% 0.84% -
XYZ 35.22 20.1 33.48 -
YUV 118.45 149.2 195.44 -
System Red Green Blue C M Y K H S L
Decimal 213 63 156 0 0.70 0.27 0.16 322.8 0.64 0.54
Hex D5 3F 9C 0 46 1B 10 143 40 36
Octal 325 77 234 0 106 33 20 503 100 66
Binary 11010101 111111 10011100 0 1000110 11011 10000 101000011 1000000 110110

Color Harmonies of #D53F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53F9C

Black with #D53F9C

Text Example


Text Example

White with #D53F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53F9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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