Html Css Color HEX #D4488B Mulberry

📋 copy color: '#D4488B'

red 212 ◦ green 72 ◦ blue 139

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

Shades of Mulberry #D4488B

Tints of Mulberry #D4488B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.02%

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

R = 50.12%
G = 17.02%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D4488B (or 0xD4488B) is known color: Mulberry. HEX triplet: D4, 48 and 8B. RGB value is (212,72,139). Sum of RGB (Red+Green+Blue) = 212+72+139=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 72 (28.52% from 255 or 17.02% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D4488B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4488B is #2BB774. Grayscale: #797979. Windows color (decimal): -2865013 or 9128148. OLE color: 9128148.

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

Color convert

RGB 212 72 139 -
CMYK 0 0.66 0.34 0.17
HSL 331.29º 0.62% 0.56% -
HSV(B) 331.29º 0.66% 0.83% -
XYZ 34.13 20.5 26.58 -
YUV 121.5 137.88 192.55 -
System Red Green Blue C M Y K H S L
Decimal 212 72 139 0 0.66 0.34 0.17 331.29 0.62 0.56
Hex D4 48 8B 0 42 22 11 14B 3E 38
Octal 324 110 213 0 102 42 21 513 76 70
Binary 11010100 1001000 10001011 0 1000010 100010 10001 101001011 111110 111000

Color Harmonies of #D4488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4488B

Black with #D4488B

Text Example


Text Example

White with #D4488B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4488B; }

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

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

background-color css

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

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

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

border-color css

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

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

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