Html Css Color HEX #D4498E Mulberry

📋 copy color: '#D4498E'

red 212 ◦ green 73 ◦ blue 142

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

Shades of Mulberry #D4498E

Tints of Mulberry #D4498E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.26%

R = 49.65%
G = 17.1%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D4498E (or 0xD4498E) is known color: Mulberry. HEX triplet: D4, 49 and 8E. RGB value is (212,73,142). Sum of RGB (Red+Green+Blue) = 212+73+142=427 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.65% from 427); Green value is 73 (28.91% from 255 or 17.10% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 212 - color contains mainly: red. Hex color #D4498E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4498E is #2BB671. Grayscale: #7A7A7A. Windows color (decimal): -2864754 or 9325012. OLE color: 9325012.

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

Color convert

RGB 212 73 142 -
CMYK 0 0.66 0.33 0.17
HSL 330.22º 0.62% 0.56% -
HSV(B) 330.22º 0.66% 0.83% -
XYZ 34.42 20.72 27.78 -
YUV 122.43 139.05 191.89 -
System Red Green Blue C M Y K H S L
Decimal 212 73 142 0 0.66 0.33 0.17 330.22 0.62 0.56
Hex D4 49 8E 0 42 21 11 14A 3E 38
Octal 324 111 216 0 102 41 21 512 76 70
Binary 11010100 1001001 10001110 0 1000010 100001 10001 101001010 111110 111000

Color Harmonies of #D4498E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4498E

Black with #D4498E

Text Example


Text Example

White with #D4498E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4498E; }

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

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

background-color css

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

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

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

border-color css

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

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

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