Html Css Color HEX #D4448B Mulberry

📋 copy color: '#D4448B'

red 212 ◦ green 68 ◦ blue 139

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

Shades of Mulberry #D4448B

Tints of Mulberry #D4448B

RGB

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

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

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

R = 50.6%
G = 16.23%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D4448B (or 0xD4448B) is known color: Mulberry. HEX triplet: D4, 44 and 8B. RGB value is (212,68,139). Sum of RGB (Red+Green+Blue) = 212+68+139=419 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.60% from 419); Green value is 68 (26.95% from 255 or 16.23% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 212 - color contains mainly: red. Hex color #D4448B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4448B is #2BBB74. Grayscale: #777777. Windows color (decimal): -2866037 or 9127124. OLE color: 9127124.

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

Color convert

RGB 212 68 139 -
CMYK 0 0.68 0.34 0.17
HSL 330.42º 0.63% 0.55% -
HSV(B) 330.42º 0.68% 0.83% -
XYZ 33.88 20 26.5 -
YUV 119.15 139.21 194.23 -
System Red Green Blue C M Y K H S L
Decimal 212 68 139 0 0.68 0.34 0.17 330.42 0.63 0.55
Hex D4 44 8B 0 44 22 11 14A 3F 37
Octal 324 104 213 0 104 42 21 512 77 67
Binary 11010100 1000100 10001011 0 1000100 100010 10001 101001010 111111 110111

Color Harmonies of #D4448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4448B

Black with #D4448B

Text Example


Text Example

White with #D4448B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4448B; }

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

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

background-color css

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

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

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

border-color css

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

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

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