Html Css Color HEX #D44F98 Mulberry

📋 copy color: '#D44F98'

red 212 ◦ green 79 ◦ blue 152

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

Shades of Mulberry #D44F98

Tints of Mulberry #D44F98

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.83%

 BLUE value IS 152 (59.77% from 255) = 34.31%

R = 47.86%
G = 17.83%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#D44F98 (or 0xD44F98) is known color: Mulberry. HEX triplet: D4, 4F and 98. RGB value is (212,79,152). Sum of RGB (Red+Green+Blue) = 212+79+152=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 79 (31.25% from 255 or 17.83% from 443); Blue value is 152 (59.77% from 255 or 34.31% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D44F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D44F98 is #2BB067. Grayscale: #7E7E7E. Windows color (decimal): -2863208 or 9981908. OLE color: 9981908.

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

Color convert

RGB 212 79 152 -
CMYK 0 0.63 0.28 0.17
HSL 327.07º 0.61% 0.57% -
HSV(B) 327.07º 0.63% 0.83% -
XYZ 35.61 21.86 32.05 -
YUV 127.09 142.06 188.56 -
System Red Green Blue C M Y K H S L
Decimal 212 79 152 0 0.63 0.28 0.17 327.07 0.61 0.57
Hex D4 4F 98 0 3F 1C 11 147 3D 39
Octal 324 117 230 0 77 34 21 507 75 71
Binary 11010100 1001111 10011000 0 111111 11100 10001 101000111 111101 111001

Color Harmonies of #D44F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44F98

Black with #D44F98

Text Example


Text Example

White with #D44F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44F98; }

 p { color: rgb(212,79,152); }

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

background-color css

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

 a { background-color: rgb(212,79,152); }

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

border-color css

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

 span { border-color: rgb(212,79,152); }

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