Html Css Color HEX #D44494 Mulberry

📋 copy color: '#D44494'

red 212 ◦ green 68 ◦ blue 148

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

Shades of Mulberry #D44494

Tints of Mulberry #D44494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.58%

R = 49.53%
G = 15.89%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D44494 (or 0xD44494) is known color: Mulberry. HEX triplet: D4, 44 and 94. RGB value is (212,68,148). Sum of RGB (Red+Green+Blue) = 212+68+148=428 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.53% from 428); Green value is 68 (26.95% from 255 or 15.89% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 212 - color contains mainly: red. Hex color #D44494 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44494 is #2BBB6B. Grayscale: #787878. Windows color (decimal): -2866028 or 9716948. OLE color: 9716948.

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

Color convert

RGB 212 68 148 -
CMYK 0 0.68 0.30 0.17
HSL 326.67º 0.63% 0.55% -
HSV(B) 326.67º 0.68% 0.83% -
XYZ 34.56 20.27 30.11 -
YUV 120.18 143.71 193.5 -
System Red Green Blue C M Y K H S L
Decimal 212 68 148 0 0.68 0.30 0.17 326.67 0.63 0.55
Hex D4 44 94 0 44 1E 11 147 3F 37
Octal 324 104 224 0 104 36 21 507 77 67
Binary 11010100 1000100 10010100 0 1000100 11110 10001 101000111 111111 110111

Color Harmonies of #D44494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44494

Black with #D44494

Text Example


Text Example

White with #D44494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44494; }

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

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

background-color css

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

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

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

border-color css

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

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

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