Html Css Color HEX #D4538A Mulberry

📋 copy color: '#D4538A'

red 212 ◦ green 83 ◦ blue 138

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

Shades of Mulberry #D4538A

Tints of Mulberry #D4538A

RGB

 RED value IS 212 (83.2% from 255) = 48.96%

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

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

R = 48.96%
G = 19.17%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D4538A (or 0xD4538A) is known color: Mulberry. HEX triplet: D4, 53 and 8A. RGB value is (212,83,138). Sum of RGB (Red+Green+Blue) = 212+83+138=433 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.96% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 212 - color contains mainly: red. Hex color #D4538A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4538A is #2BAC75. Grayscale: #7F7F7F. Windows color (decimal): -2862198 or 9065428. OLE color: 9065428.

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

Color convert

RGB 212 83 138 -
CMYK 0 0.61 0.35 0.17
HSL 334.42º 0.6% 0.58% -
HSV(B) 334.42º 0.61% 0.83% -
XYZ 34.83 22.02 26.46 -
YUV 127.84 133.74 188.03 -
System Red Green Blue C M Y K H S L
Decimal 212 83 138 0 0.61 0.35 0.17 334.42 0.6 0.58
Hex D4 53 8A 0 3D 23 11 14E 3C 3A
Octal 324 123 212 0 75 43 21 516 74 72
Binary 11010100 1010011 10001010 0 111101 100011 10001 101001110 111100 111010

Color Harmonies of #D4538A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4538A

Black with #D4538A

Text Example


Text Example

White with #D4538A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4538A; }

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

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

background-color css

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

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

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

border-color css

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

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

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