Html Css Color HEX #D44290 Mulberry

📋 copy color: '#D44290'

red 212 ◦ green 66 ◦ blue 144

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

Shades of Mulberry #D44290

Tints of Mulberry #D44290

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.64%

 BLUE value IS 144 (56.64% from 255) = 34.12%

R = 50.24%
G = 15.64%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#D44290 (or 0xD44290) is known color: Mulberry. HEX triplet: D4, 42 and 90. RGB value is (212,66,144). Sum of RGB (Red+Green+Blue) = 212+66+144=422 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.24% from 422); Green value is 66 (26.17% from 255 or 15.64% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 212 - color contains mainly: red. Hex color #D44290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44290 is #2BBD6F. Grayscale: #767676. Windows color (decimal): -2866544 or 9454292. OLE color: 9454292.

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

Color convert

RGB 212 66 144 -
CMYK 0 0.69 0.32 0.17
HSL 327.95º 0.63% 0.55% -
HSV(B) 327.95º 0.69% 0.83% -
XYZ 34.13 19.91 28.43 -
YUV 118.55 142.37 194.66 -
System Red Green Blue C M Y K H S L
Decimal 212 66 144 0 0.69 0.32 0.17 327.95 0.63 0.55
Hex D4 42 90 0 45 20 11 148 3F 37
Octal 324 102 220 0 105 40 21 510 77 67
Binary 11010100 1000010 10010000 0 1000101 100000 10001 101001000 111111 110111

Color Harmonies of #D44290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44290

Black with #D44290

Text Example


Text Example

White with #D44290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44290; }

 p { color: rgb(212,66,144); }

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

background-color css

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

 a { background-color: rgb(212,66,144); }

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

border-color css

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

 span { border-color: rgb(212,66,144); }

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