Html Css Color HEX #D44393 Mulberry

📋 copy color: '#D44393'

red 212 ◦ green 67 ◦ blue 147

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

Shades of Mulberry #D44393

Tints of Mulberry #D44393

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.73%

 BLUE value IS 147 (57.81% from 255) = 34.51%

R = 49.77%
G = 15.73%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#D44393 (or 0xD44393) is known color: Mulberry. HEX triplet: D4, 43 and 93. RGB value is (212,67,147). Sum of RGB (Red+Green+Blue) = 212+67+147=426 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.77% from 426); Green value is 67 (26.56% from 255 or 15.73% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 212 - color contains mainly: red. Hex color #D44393 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44393 is #2BBC6C. Grayscale: #777777. Windows color (decimal): -2866285 or 9651156. OLE color: 9651156.

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

Color convert

RGB 212 67 147 -
CMYK 0 0.68 0.31 0.17
HSL 326.9º 0.63% 0.55% -
HSV(B) 326.9º 0.68% 0.83% -
XYZ 34.42 20.12 29.67 -
YUV 119.48 143.54 194 -
System Red Green Blue C M Y K H S L
Decimal 212 67 147 0 0.68 0.31 0.17 326.9 0.63 0.55
Hex D4 43 93 0 44 1F 11 147 3F 37
Octal 324 103 223 0 104 37 21 507 77 67
Binary 11010100 1000011 10010011 0 1000100 11111 10001 101000111 111111 110111

Color Harmonies of #D44393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44393

Black with #D44393

Text Example


Text Example

White with #D44393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44393; }

 p { color: rgb(212,67,147); }

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

background-color css

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

 a { background-color: rgb(212,67,147); }

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

border-color css

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

 span { border-color: rgb(212,67,147); }

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