Html Css Color HEX #D4498A Mulberry

📋 copy color: '#D4498A'

red 212 ◦ green 73 ◦ blue 138

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

Shades of Mulberry #D4498A

Tints of Mulberry #D4498A

RGB

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

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

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

R = 50.12%
G = 17.26%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D4498A (or 0xD4498A) is known color: Mulberry. HEX triplet: D4, 49 and 8A. RGB value is (212,73,138). Sum of RGB (Red+Green+Blue) = 212+73+138=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D4498A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4498A is #2BB675. Grayscale: #797979. Windows color (decimal): -2864758 or 9062868. OLE color: 9062868.

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

Color convert

RGB 212 73 138 -
CMYK 0 0.66 0.35 0.17
HSL 331.94º 0.62% 0.56% -
HSV(B) 331.94º 0.66% 0.83% -
XYZ 34.12 20.6 26.22 -
YUV 121.97 137.05 192.21 -
System Red Green Blue C M Y K H S L
Decimal 212 73 138 0 0.66 0.35 0.17 331.94 0.62 0.56
Hex D4 49 8A 0 42 23 11 14C 3E 38
Octal 324 111 212 0 102 43 21 514 76 70
Binary 11010100 1001001 10001010 0 1000010 100011 10001 101001100 111110 111000

Color Harmonies of #D4498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4498A

Black with #D4498A

Text Example


Text Example

White with #D4498A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4498A; }

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

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

background-color css

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

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

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

border-color css

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

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

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