Html Css Color HEX #D4498B Mulberry

📋 copy color: '#D4498B'

red 212 ◦ green 73 ◦ blue 139

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

Shades of Mulberry #D4498B

Tints of Mulberry #D4498B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.22%

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

R = 50%
G = 17.22%
B = 32.78%

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

#D4498B (or 0xD4498B) is known color: Mulberry. HEX triplet: D4, 49 and 8B. RGB value is (212,73,139). Sum of RGB (Red+Green+Blue) = 212+73+139=424 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50% from 424); Green value is 73 (28.91% from 255 or 17.22% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 212 - color contains mainly: red. Hex color #D4498B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4498B is #2BB674. Grayscale: #797979. Windows color (decimal): -2864757 or 9128404. OLE color: 9128404.

HSL color Cylindrical-coordinate representation of color #D4498B: hue angle of 331.51º 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 #D4498B is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 73 139 -
CMYK 0 0.66 0.34 0.17
HSL 331.51º 0.62% 0.56% -
HSV(B) 331.51º 0.66% 0.83% -
XYZ 34.19 20.63 26.61 -
YUV 122.09 137.55 192.13 -
System Red Green Blue C M Y K H S L
Decimal 212 73 139 0 0.66 0.34 0.17 331.51 0.62 0.56
Hex D4 49 8B 0 42 22 11 14C 3E 38
Octal 324 111 213 0 102 42 21 514 76 70
Binary 11010100 1001001 10001011 0 1000010 100010 10001 101001100 111110 111000

Color Harmonies of #D4498B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4498B

Black with #D4498B

Text Example


Text Example

White with #D4498B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4498B; }

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

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

background-color css

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

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

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

border-color css

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

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

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