Html Css Color HEX #D4488A Mulberry

📋 copy color: '#D4488A'

red 212 ◦ green 72 ◦ blue 138

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

Shades of Mulberry #D4488A

Tints of Mulberry #D4488A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.06%

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

R = 50.24%
G = 17.06%
B = 32.7%

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

#D4488A (or 0xD4488A) is known color: Mulberry. HEX triplet: D4, 48 and 8A. RGB value is (212,72,138). Sum of RGB (Red+Green+Blue) = 212+72+138=422 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.24% from 422); Green value is 72 (28.52% from 255 or 17.06% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 212 - color contains mainly: red. Hex color #D4488A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4488A is #2BB775. Grayscale: #797979. Windows color (decimal): -2865014 or 9062612. OLE color: 9062612.

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

Color convert

RGB 212 72 138 -
CMYK 0 0.66 0.35 0.17
HSL 331.71º 0.62% 0.56% -
HSV(B) 331.71º 0.66% 0.83% -
XYZ 34.06 20.47 26.2 -
YUV 121.38 137.38 192.63 -
System Red Green Blue C M Y K H S L
Decimal 212 72 138 0 0.66 0.35 0.17 331.71 0.62 0.56
Hex D4 48 8A 0 42 23 11 14C 3E 38
Octal 324 110 212 0 102 43 21 514 76 70
Binary 11010100 1001000 10001010 0 1000010 100011 10001 101001100 111110 111000

Color Harmonies of #D4488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4488A

Black with #D4488A

Text Example


Text Example

White with #D4488A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4488A; }

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

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

background-color css

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

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

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

border-color css

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

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

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