Html Css Color HEX #D947A0 Mulberry

📋 copy color: '#D947A0'

red 217 ◦ green 71 ◦ blue 160

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

Shades of Mulberry #D947A0

Tints of Mulberry #D947A0

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.85%

 BLUE value IS 160 (62.89% from 255) = 35.71%

R = 48.44%
G = 15.85%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D947A0 (or 0xD947A0) is known color: Mulberry. HEX triplet: D9, 47 and A0. RGB value is (217,71,160). Sum of RGB (Red+Green+Blue) = 217+71+160=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 71 (28.12% from 255 or 15.85% from 448); Blue value is 160 (62.89% from 255 or 35.71% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D947A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D947A0 is #26B85F. Grayscale: #7C7C7C. Windows color (decimal): -2537568 or 10504153. OLE color: 10504153.

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

Color convert

RGB 217 71 160 -
CMYK 0 0.67 0.26 0.15
HSL 323.42º 0.66% 0.56% -
HSV(B) 323.42º 0.67% 0.85% -
XYZ 37.21 21.8 35.5 -
YUV 124.8 147.87 193.76 -
System Red Green Blue C M Y K H S L
Decimal 217 71 160 0 0.67 0.26 0.15 323.42 0.66 0.56
Hex D9 47 A0 0 43 1A F 143 42 38
Octal 331 107 240 0 103 32 17 503 102 70
Binary 11011001 1000111 10100000 0 1000011 11010 1111 101000011 1000010 111000

Color Harmonies of #D947A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D947A0

Black with #D947A0

Text Example


Text Example

White with #D947A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D947A0; }

 p { color: rgb(217,71,160); }

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

background-color css

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

 a { background-color: rgb(217,71,160); }

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

border-color css

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

 span { border-color: rgb(217,71,160); }

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