Html Css Color HEX #D946AC Mulberry

📋 copy color: '#D946AC'

red 217 ◦ green 70 ◦ blue 172

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

Shades of Mulberry #D946AC

Tints of Mulberry #D946AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.47%

R = 47.28%
G = 15.25%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D946AC (or 0xD946AC) is known color: Mulberry. HEX triplet: D9, 46 and AC. RGB value is (217,70,172). Sum of RGB (Red+Green+Blue) = 217+70+172=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 70 (27.73% from 255 or 15.25% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D946AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D946AC is #26B953. Grayscale: #7D7D7D. Windows color (decimal): -2537812 or 11290329. OLE color: 11290329.

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

Color convert

RGB 217 70 172 -
CMYK 0 0.68 0.21 0.15
HSL 318.37º 0.66% 0.56% -
HSV(B) 318.37º 0.68% 0.85% -
XYZ 38.25 22.11 41.28 -
YUV 125.58 154.2 193.21 -
System Red Green Blue C M Y K H S L
Decimal 217 70 172 0 0.68 0.21 0.15 318.37 0.66 0.56
Hex D9 46 AC 0 44 15 F 13E 42 38
Octal 331 106 254 0 104 25 17 476 102 70
Binary 11011001 1000110 10101100 0 1000100 10101 1111 100111110 1000010 111000

Color Harmonies of #D946AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D946AC

Black with #D946AC

Text Example


Text Example

White with #D946AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D946AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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