Html Css Color HEX #D53CAA Mulberry

📋 copy color: '#D53CAA'

red 213 ◦ green 60 ◦ blue 170

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

Shades of Mulberry #D53CAA

Tints of Mulberry #D53CAA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.54%

 BLUE value IS 170 (66.8% from 255) = 38.37%

R = 48.08%
G = 13.54%
B = 38.37%

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

#D53CAA (or 0xD53CAA) is known color: Mulberry. HEX triplet: D5, 3C and AA. RGB value is (213,60,170). Sum of RGB (Red+Green+Blue) = 213+60+170=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 60 (23.83% from 255 or 13.54% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D53CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53CAA is #2AC355. Grayscale: #767676. Windows color (decimal): -2802518 or 11156693. OLE color: 11156693.

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

Color convert

RGB 213 60 170 -
CMYK 0 0.72 0.20 0.16
HSL 316.86º 0.65% 0.54% -
HSV(B) 316.86º 0.72% 0.84% -
XYZ 36.31 20.28 40.03 -
YUV 118.29 157.19 195.56 -
System Red Green Blue C M Y K H S L
Decimal 213 60 170 0 0.72 0.20 0.16 316.86 0.65 0.54
Hex D5 3C AA 0 48 14 10 13D 41 36
Octal 325 74 252 0 110 24 20 475 101 66
Binary 11010101 111100 10101010 0 1001000 10100 10000 100111101 1000001 110110

Color Harmonies of #D53CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53CAA

Black with #D53CAA

Text Example


Text Example

White with #D53CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53CAA; }

 p { color: rgb(213,60,170); }

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

background-color css

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

 a { background-color: rgb(213,60,170); }

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

border-color css

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

 span { border-color: rgb(213,60,170); }

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