Html Css Color HEX #D946AA Mulberry

📋 copy color: '#D946AA'

red 217 ◦ green 70 ◦ blue 170

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

Shades of Mulberry #D946AA

Tints of Mulberry #D946AA

RGB

 RED value IS 217 (85.16% from 255) = 47.48%

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

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

R = 47.48%
G = 15.32%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D946AA (or 0xD946AA) is known color: Mulberry. HEX triplet: D9, 46 and AA. RGB value is (217,70,170). Sum of RGB (Red+Green+Blue) = 217+70+170=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 70 (27.73% from 255 or 15.32% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 217 - color contains mainly: red. Hex color #D946AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D946AA is #26B955. Grayscale: #7D7D7D. Windows color (decimal): -2537814 or 11159257. OLE color: 11159257.

HSL color Cylindrical-coordinate representation of color #D946AA: hue angle of 319.18º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D946AA is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 70 170 -
CMYK 0 0.68 0.22 0.15
HSL 319.18º 0.66% 0.56% -
HSV(B) 319.18º 0.68% 0.85% -
XYZ 38.06 22.03 40.28 -
YUV 125.35 153.2 193.37 -
System Red Green Blue C M Y K H S L
Decimal 217 70 170 0 0.68 0.22 0.15 319.18 0.66 0.56
Hex D9 46 AA 0 44 16 F 13F 42 38
Octal 331 106 252 0 104 26 17 477 102 70
Binary 11011001 1000110 10101010 0 1000100 10110 1111 100111111 1000010 111000

Color Harmonies of #D946AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D946AA

Black with #D946AA

Text Example


Text Example

White with #D946AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D946AA; }

 p { color: rgb(217,70,170); }

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

background-color css

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

 a { background-color: rgb(217,70,170); }

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

border-color css

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

 span { border-color: rgb(217,70,170); }

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