Html Css Color HEX #D344A2 Mulberry

📋 copy color: '#D344A2'

red 211 ◦ green 68 ◦ blue 162

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

Shades of Mulberry #D344A2

Tints of Mulberry #D344A2

RGB

 RED value IS 211 (82.81% from 255) = 47.85%

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

 BLUE value IS 162 (63.67% from 255) = 36.73%

R = 47.85%
G = 15.42%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.23

 K value IS 0.17

RGB Variations

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

Color information

#D344A2 (or 0xD344A2) is known color: Mulberry. HEX triplet: D3, 44 and A2. RGB value is (211,68,162). Sum of RGB (Red+Green+Blue) = 211+68+162=441 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.85% from 441); Green value is 68 (26.95% from 255 or 15.42% from 441); Blue value is 162 (63.67% from 255 or 36.73% from 441); Max value from RGB is 211 - color contains mainly: red. Hex color #D344A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D344A2 is #2CBB5D. Grayscale: #797979. Windows color (decimal): -2931550 or 10634451. OLE color: 10634451.

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

Color convert

RGB 211 68 162 -
CMYK 0 0.68 0.23 0.17
HSL 320.56º 0.62% 0.55% -
HSV(B) 320.56º 0.68% 0.83% -
XYZ 35.45 20.59 36.29 -
YUV 121.47 150.88 191.86 -
System Red Green Blue C M Y K H S L
Decimal 211 68 162 0 0.68 0.23 0.17 320.56 0.62 0.55
Hex D3 44 A2 0 44 17 11 141 3E 37
Octal 323 104 242 0 104 27 21 501 76 67
Binary 11010011 1000100 10100010 0 1000100 10111 10001 101000001 111110 110111

Color Harmonies of #D344A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D344A2

Black with #D344A2

Text Example


Text Example

White with #D344A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D344A2; }

 p { color: rgb(211,68,162); }

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

background-color css

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

 a { background-color: rgb(211,68,162); }

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

border-color css

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

 span { border-color: rgb(211,68,162); }

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