Html Css Color HEX #D4448E Mulberry

📋 copy color: '#D4448E'

red 212 ◦ green 68 ◦ blue 142

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

Shades of Mulberry #D4448E

Tints of Mulberry #D4448E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.11%

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

R = 50.24%
G = 16.11%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D4448E (or 0xD4448E) is known color: Mulberry. HEX triplet: D4, 44 and 8E. RGB value is (212,68,142). Sum of RGB (Red+Green+Blue) = 212+68+142=422 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.24% from 422); Green value is 68 (26.95% from 255 or 16.11% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 212 - color contains mainly: red. Hex color #D4448E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4448E is #2BBB71. Grayscale: #777777. Windows color (decimal): -2866034 or 9323732. OLE color: 9323732.

HSL color Cylindrical-coordinate representation of color #D4448E: hue angle of 329.17º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D4448E is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 68 142 -
CMYK 0 0.68 0.33 0.17
HSL 329.17º 0.63% 0.55% -
HSV(B) 329.17º 0.68% 0.83% -
XYZ 34.1 20.08 27.67 -
YUV 119.49 140.71 193.98 -
System Red Green Blue C M Y K H S L
Decimal 212 68 142 0 0.68 0.33 0.17 329.17 0.63 0.55
Hex D4 44 8E 0 44 21 11 149 3F 37
Octal 324 104 216 0 104 41 21 511 77 67
Binary 11010100 1000100 10001110 0 1000100 100001 10001 101001001 111111 110111

Color Harmonies of #D4448E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4448E

Black with #D4448E

Text Example


Text Example

White with #D4448E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4448E; }

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

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

background-color css

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

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

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

border-color css

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

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

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