Html Css Color HEX #D948AC Mulberry

📋 copy color: '#D948AC'

red 217 ◦ green 72 ◦ blue 172

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

Shades of Mulberry #D948AC

Tints of Mulberry #D948AC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.62%

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

R = 47.07%
G = 15.62%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D948AC (or 0xD948AC) is known color: Mulberry. HEX triplet: D9, 48 and AC. RGB value is (217,72,172). Sum of RGB (Red+Green+Blue) = 217+72+172=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 72 (28.52% from 255 or 15.62% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D948AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D948AC is #26B753. Grayscale: #7E7E7E. Windows color (decimal): -2537300 or 11290841. OLE color: 11290841.

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

Color convert

RGB 217 72 172 -
CMYK 0 0.67 0.21 0.15
HSL 318.62º 0.66% 0.57% -
HSV(B) 318.62º 0.67% 0.85% -
XYZ 38.38 22.37 41.32 -
YUV 126.76 153.54 192.37 -
System Red Green Blue C M Y K H S L
Decimal 217 72 172 0 0.67 0.21 0.15 318.62 0.66 0.57
Hex D9 48 AC 0 43 15 F 13F 42 39
Octal 331 110 254 0 103 25 17 477 102 71
Binary 11011001 1001000 10101100 0 1000011 10101 1111 100111111 1000010 111001

Color Harmonies of #D948AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D948AC

Black with #D948AC

Text Example


Text Example

White with #D948AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D948AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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