Html Css Color HEX #D948AD Mulberry

📋 copy color: '#D948AD'

red 217 ◦ green 72 ◦ blue 173

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

Shades of Mulberry #D948AD

Tints of Mulberry #D948AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.45%

R = 46.97%
G = 15.58%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D948AD (or 0xD948AD) is known color: Mulberry. HEX triplet: D9, 48 and AD. RGB value is (217,72,173). Sum of RGB (Red+Green+Blue) = 217+72+173=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 72 (28.52% from 255 or 15.58% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D948AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D948AD is #26B752. Grayscale: #7E7E7E. Windows color (decimal): -2537299 or 11356377. OLE color: 11356377.

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

Color convert

RGB 217 72 173 -
CMYK 0 0.67 0.20 0.15
HSL 318.21º 0.66% 0.57% -
HSV(B) 318.21º 0.67% 0.85% -
XYZ 38.48 22.4 41.83 -
YUV 126.87 154.04 192.29 -
System Red Green Blue C M Y K H S L
Decimal 217 72 173 0 0.67 0.20 0.15 318.21 0.66 0.57
Hex D9 48 AD 0 43 14 F 13E 42 39
Octal 331 110 255 0 103 24 17 476 102 71
Binary 11011001 1001000 10101101 0 1000011 10100 1111 100111110 1000010 111001

Color Harmonies of #D948AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D948AD

Black with #D948AD

Text Example


Text Example

White with #D948AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D948AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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