Html Css Color HEX #D53FAB Mulberry

📋 copy color: '#D53FAB'

red 213 ◦ green 63 ◦ blue 171

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

Shades of Mulberry #D53FAB

Tints of Mulberry #D53FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.26%

R = 47.65%
G = 14.09%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D53FAB (or 0xD53FAB) is known color: Mulberry. HEX triplet: D5, 3F and AB. RGB value is (213,63,171). Sum of RGB (Red+Green+Blue) = 213+63+171=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 63 (25% from 255 or 14.09% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 213 - color contains mainly: red. Hex color #D53FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53FAB is #2AC054. Grayscale: #777777. Windows color (decimal): -2801749 or 11222997. OLE color: 11222997.

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

Color convert

RGB 213 63 171 -
CMYK 0 0.70 0.20 0.16
HSL 316.8º 0.64% 0.54% -
HSV(B) 316.8º 0.7% 0.84% -
XYZ 36.57 20.64 40.58 -
YUV 120.16 156.7 194.22 -
System Red Green Blue C M Y K H S L
Decimal 213 63 171 0 0.70 0.20 0.16 316.8 0.64 0.54
Hex D5 3F AB 0 46 14 10 13D 40 36
Octal 325 77 253 0 106 24 20 475 100 66
Binary 11010101 111111 10101011 0 1000110 10100 10000 100111101 1000000 110110

Color Harmonies of #D53FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53FAB

Black with #D53FAB

Text Example


Text Example

White with #D53FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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