Html Css Color HEX #D53DA3 Mulberry

📋 copy color: '#D53DA3'

red 213 ◦ green 61 ◦ blue 163

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

Shades of Mulberry #D53DA3

Tints of Mulberry #D53DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 37.3%

R = 48.74%
G = 13.96%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D53DA3 (or 0xD53DA3) is known color: Mulberry. HEX triplet: D5, 3D and A3. RGB value is (213,61,163). Sum of RGB (Red+Green+Blue) = 213+61+163=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 61 (24.22% from 255 or 13.96% from 437); Blue value is 163 (64.06% from 255 or 37.30% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D53DA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53DA3 is #2AC25C. Grayscale: #757575. Windows color (decimal): -2802269 or 10698197. OLE color: 10698197.

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

Color convert

RGB 213 61 163 -
CMYK 0 0.71 0.23 0.16
HSL 319.74º 0.64% 0.54% -
HSV(B) 319.74º 0.71% 0.84% -
XYZ 35.72 20.13 36.65 -
YUV 118.08 153.36 195.71 -
System Red Green Blue C M Y K H S L
Decimal 213 61 163 0 0.71 0.23 0.16 319.74 0.64 0.54
Hex D5 3D A3 0 47 17 10 140 40 36
Octal 325 75 243 0 107 27 20 500 100 66
Binary 11010101 111101 10100011 0 1000111 10111 10000 101000000 1000000 110110

Color Harmonies of #D53DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53DA3

Black with #D53DA3

Text Example


Text Example

White with #D53DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53DA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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