Html Css Color HEX #D344AA Mulberry

📋 copy color: '#D344AA'

red 211 ◦ green 68 ◦ blue 170

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

Shades of Mulberry #D344AA

Tints of Mulberry #D344AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.86%

R = 46.99%
G = 15.14%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D344AA (or 0xD344AA) is known color: Mulberry. HEX triplet: D3, 44 and AA. RGB value is (211,68,170). Sum of RGB (Red+Green+Blue) = 211+68+170=449 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.99% from 449); Green value is 68 (26.95% from 255 or 15.14% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 211 - color contains mainly: red. Hex color #D344AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D344AA is #2CBB55. Grayscale: #7A7A7A. Windows color (decimal): -2931542 or 11158739. OLE color: 11158739.

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

Color convert

RGB 211 68 170 -
CMYK 0 0.68 0.19 0.17
HSL 317.2º 0.62% 0.55% -
HSV(B) 317.2º 0.68% 0.83% -
XYZ 36.19 20.89 40.15 -
YUV 122.39 154.88 191.21 -
System Red Green Blue C M Y K H S L
Decimal 211 68 170 0 0.68 0.19 0.17 317.2 0.62 0.55
Hex D3 44 AA 0 44 13 11 13D 3E 37
Octal 323 104 252 0 104 23 21 475 76 67
Binary 11010011 1000100 10101010 0 1000100 10011 10001 100111101 111110 110111

Color Harmonies of #D344AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D344AA

Black with #D344AA

Text Example


Text Example

White with #D344AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D344AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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