Html Css Color HEX #D44684 Mulberry

📋 copy color: '#D44684'

red 212 ◦ green 70 ◦ blue 132

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

Shades of Mulberry #D44684

Tints of Mulberry #D44684

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.91%

 BLUE value IS 132 (51.95% from 255) = 31.88%

R = 51.21%
G = 16.91%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#D44684 (or 0xD44684) is known color: Mulberry. HEX triplet: D4, 46 and 84. RGB value is (212,70,132). Sum of RGB (Red+Green+Blue) = 212+70+132=414 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.21% from 414); Green value is 70 (27.73% from 255 or 16.91% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 212 - color contains mainly: red. Hex color #D44684 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44684 is #2BB97B. Grayscale: #777777. Windows color (decimal): -2865532 or 8668884. OLE color: 8668884.

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

Color convert

RGB 212 70 132 -
CMYK 0 0.67 0.38 0.17
HSL 333.8º 0.62% 0.55% -
HSV(B) 333.8º 0.67% 0.83% -
XYZ 33.51 20.04 23.93 -
YUV 119.53 135.04 193.96 -
System Red Green Blue C M Y K H S L
Decimal 212 70 132 0 0.67 0.38 0.17 333.8 0.62 0.55
Hex D4 46 84 0 43 26 11 14E 3E 37
Octal 324 106 204 0 103 46 21 516 76 67
Binary 11010100 1000110 10000100 0 1000011 100110 10001 101001110 111110 110111

Color Harmonies of #D44684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44684

Black with #D44684

Text Example


Text Example

White with #D44684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44684; }

 p { color: rgb(212,70,132); }

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

background-color css

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

 a { background-color: rgb(212,70,132); }

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

border-color css

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

 span { border-color: rgb(212,70,132); }

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