Html Css Color HEX #D4428E Mulberry

📋 copy color: '#D4428E'

red 212 ◦ green 66 ◦ blue 142

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

Shades of Mulberry #D4428E

Tints of Mulberry #D4428E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.81%

R = 50.48%
G = 15.71%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D4428E (or 0xD4428E) is known color: Mulberry. HEX triplet: D4, 42 and 8E. RGB value is (212,66,142). Sum of RGB (Red+Green+Blue) = 212+66+142=420 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.48% from 420); Green value is 66 (26.17% from 255 or 15.71% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 212 - color contains mainly: red. Hex color #D4428E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4428E is #2BBD71. Grayscale: #767676. Windows color (decimal): -2866546 or 9323220. OLE color: 9323220.

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

Color convert

RGB 212 66 142 -
CMYK 0 0.69 0.33 0.17
HSL 328.77º 0.63% 0.55% -
HSV(B) 328.77º 0.69% 0.83% -
XYZ 33.98 19.85 27.63 -
YUV 118.32 141.37 194.82 -
System Red Green Blue C M Y K H S L
Decimal 212 66 142 0 0.69 0.33 0.17 328.77 0.63 0.55
Hex D4 42 8E 0 45 21 11 149 3F 37
Octal 324 102 216 0 105 41 21 511 77 67
Binary 11010100 1000010 10001110 0 1000101 100001 10001 101001001 111111 110111

Color Harmonies of #D4428E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4428E

Black with #D4428E

Text Example


Text Example

White with #D4428E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4428E; }

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

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

background-color css

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

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

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

border-color css

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

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

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