Html Css Color HEX #D53BAB Mulberry

📋 copy color: '#D53BAB'

red 213 ◦ green 59 ◦ blue 171

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

Shades of Mulberry #D53BAB

Tints of Mulberry #D53BAB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.32%

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

R = 48.08%
G = 13.32%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D53BAB (or 0xD53BAB) is known color: Mulberry. HEX triplet: D5, 3B and AB. RGB value is (213,59,171). Sum of RGB (Red+Green+Blue) = 213+59+171=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 59 (23.44% from 255 or 13.32% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D53BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53BAB is #2AC454. Grayscale: #757575. Windows color (decimal): -2802773 or 11221973. OLE color: 11221973.

HSL color Cylindrical-coordinate representation of color #D53BAB: hue angle of 316.36º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D53BAB is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 59 171 -
CMYK 0 0.72 0.20 0.16
HSL 316.36º 0.65% 0.53% -
HSV(B) 316.36º 0.72% 0.84% -
XYZ 36.36 20.21 40.51 -
YUV 117.81 158.02 195.89 -
System Red Green Blue C M Y K H S L
Decimal 213 59 171 0 0.72 0.20 0.16 316.36 0.65 0.53
Hex D5 3B AB 0 48 14 10 13C 41 35
Octal 325 73 253 0 110 24 20 474 101 65
Binary 11010101 111011 10101011 0 1001000 10100 10000 100111100 1000001 110101

Color Harmonies of #D53BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53BAB

Black with #D53BAB

Text Example


Text Example

White with #D53BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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