Html Css Color HEX #D53DAB Mulberry

📋 copy color: '#D53DAB'

red 213 ◦ green 61 ◦ blue 171

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

Shades of Mulberry #D53DAB

Tints of Mulberry #D53DAB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.71%

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

R = 47.87%
G = 13.71%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D53DAB (or 0xD53DAB) is known color: Mulberry. HEX triplet: D5, 3D and AB. RGB value is (213,61,171). Sum of RGB (Red+Green+Blue) = 213+61+171=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 61 (24.22% from 255 or 13.71% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D53DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53DAB is #2AC254. Grayscale: #767676. Windows color (decimal): -2802261 or 11222485. OLE color: 11222485.

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

Color convert

RGB 213 61 171 -
CMYK 0 0.71 0.20 0.16
HSL 316.58º 0.64% 0.54% -
HSV(B) 316.58º 0.71% 0.84% -
XYZ 36.46 20.42 40.55 -
YUV 118.99 157.36 195.06 -
System Red Green Blue C M Y K H S L
Decimal 213 61 171 0 0.71 0.20 0.16 316.58 0.64 0.54
Hex D5 3D AB 0 47 14 10 13D 40 36
Octal 325 75 253 0 107 24 20 475 100 66
Binary 11010101 111101 10101011 0 1000111 10100 10000 100111101 1000000 110110

Color Harmonies of #D53DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53DAB

Black with #D53DAB

Text Example


Text Example

White with #D53DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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