Html Css Color HEX #D4558B Mulberry

📋 copy color: '#D4558B'

red 212 ◦ green 85 ◦ blue 139

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

Shades of Mulberry #D4558B

Tints of Mulberry #D4558B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.5%

 BLUE value IS 139 (54.69% from 255) = 31.88%

R = 48.62%
G = 19.5%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D4558B (or 0xD4558B) is known color: Mulberry. HEX triplet: D4, 55 and 8B. RGB value is (212,85,139). Sum of RGB (Red+Green+Blue) = 212+85+139=436 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.62% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 212 - color contains mainly: red. Hex color #D4558B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4558B is #2BAA74. Grayscale: #818181. Windows color (decimal): -2861685 or 9131476. OLE color: 9131476.

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

Color convert

RGB 212 85 139 -
CMYK 0 0.60 0.34 0.17
HSL 334.49º 0.6% 0.58% -
HSV(B) 334.49º 0.6% 0.83% -
XYZ 35.06 22.36 26.89 -
YUV 129.13 133.58 187.11 -
System Red Green Blue C M Y K H S L
Decimal 212 85 139 0 0.60 0.34 0.17 334.49 0.6 0.58
Hex D4 55 8B 0 3C 22 11 14E 3C 3A
Octal 324 125 213 0 74 42 21 516 74 72
Binary 11010100 1010101 10001011 0 111100 100010 10001 101001110 111100 111010

Color Harmonies of #D4558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4558B

Black with #D4558B

Text Example


Text Example

White with #D4558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4558B; }

 p { color: rgb(212,85,139); }

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

background-color css

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

 a { background-color: rgb(212,85,139); }

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

border-color css

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

 span { border-color: rgb(212,85,139); }

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