Html Css Color HEX #D946A2 Mulberry

📋 copy color: '#D946A2'

red 217 ◦ green 70 ◦ blue 162

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

Shades of Mulberry #D946A2

Tints of Mulberry #D946A2

RGB

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

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

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

R = 48.33%
G = 15.59%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#D946A2 (or 0xD946A2) is known color: Mulberry. HEX triplet: D9, 46 and A2. RGB value is (217,70,162). Sum of RGB (Red+Green+Blue) = 217+70+162=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 70 (27.73% from 255 or 15.59% from 449); Blue value is 162 (63.67% from 255 or 36.08% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D946A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D946A2 is #26B95D. Grayscale: #7C7C7C. Windows color (decimal): -2537822 or 10634969. OLE color: 10634969.

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

Color convert

RGB 217 70 162 -
CMYK 0 0.68 0.25 0.15
HSL 322.45º 0.66% 0.56% -
HSV(B) 322.45º 0.68% 0.85% -
XYZ 37.33 21.74 36.41 -
YUV 124.44 149.2 194.02 -
System Red Green Blue C M Y K H S L
Decimal 217 70 162 0 0.68 0.25 0.15 322.45 0.66 0.56
Hex D9 46 A2 0 44 19 F 142 42 38
Octal 331 106 242 0 104 31 17 502 102 70
Binary 11011001 1000110 10100010 0 1000100 11001 1111 101000010 1000010 111000

Color Harmonies of #D946A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D946A2

Black with #D946A2

Text Example


Text Example

White with #D946A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D946A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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