Html Css Color HEX #D5538A Mulberry

📋 copy color: '#D5538A'

red 213 ◦ green 83 ◦ blue 138

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

Shades of Mulberry #D5538A

Tints of Mulberry #D5538A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.12%

 BLUE value IS 138 (54.3% from 255) = 31.8%

R = 49.08%
G = 19.12%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5538A (or 0xD5538A) is known color: Mulberry. HEX triplet: D5, 53 and 8A. RGB value is (213,83,138). Sum of RGB (Red+Green+Blue) = 213+83+138=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D5538A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5538A is #2AAC75. Grayscale: #808080. Windows color (decimal): -2796662 or 9065429. OLE color: 9065429.

HSL color Cylindrical-coordinate representation of color #D5538A: hue angle of 334.62º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D5538A is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 83 138 -
CMYK 0 0.61 0.35 0.16
HSL 334.62º 0.61% 0.58% -
HSV(B) 334.62º 0.61% 0.84% -
XYZ 35.12 22.17 26.47 -
YUV 128.14 133.57 188.53 -
System Red Green Blue C M Y K H S L
Decimal 213 83 138 0 0.61 0.35 0.16 334.62 0.61 0.58
Hex D5 53 8A 0 3D 23 10 14F 3D 3A
Octal 325 123 212 0 75 43 20 517 75 72
Binary 11010101 1010011 10001010 0 111101 100011 10000 101001111 111101 111010

Color Harmonies of #D5538A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5538A

Black with #D5538A

Text Example


Text Example

White with #D5538A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5538A; }

 p { color: rgb(213,83,138); }

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

background-color css

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

 a { background-color: rgb(213,83,138); }

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

border-color css

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

 span { border-color: rgb(213,83,138); }

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