Html Css Color HEX #D948AB Mulberry

📋 copy color: '#D948AB'

red 217 ◦ green 72 ◦ blue 171

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

Shades of Mulberry #D948AB

Tints of Mulberry #D948AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.17%

R = 47.17%
G = 15.65%
B = 37.17%

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

#D948AB (or 0xD948AB) is known color: Mulberry. HEX triplet: D9, 48 and AB. RGB value is (217,72,171). Sum of RGB (Red+Green+Blue) = 217+72+171=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 72 (28.52% from 255 or 15.65% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D948AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D948AB is #26B754. Grayscale: #7E7E7E. Windows color (decimal): -2537301 or 11225305. OLE color: 11225305.

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

Color convert

RGB 217 72 171 -
CMYK 0 0.67 0.21 0.15
HSL 319.03º 0.66% 0.57% -
HSV(B) 319.03º 0.67% 0.85% -
XYZ 38.28 22.33 40.82 -
YUV 126.64 153.04 192.45 -
System Red Green Blue C M Y K H S L
Decimal 217 72 171 0 0.67 0.21 0.15 319.03 0.66 0.57
Hex D9 48 AB 0 43 15 F 13F 42 39
Octal 331 110 253 0 103 25 17 477 102 71
Binary 11011001 1001000 10101011 0 1000011 10101 1111 100111111 1000010 111001

Color Harmonies of #D948AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D948AB

Black with #D948AB

Text Example


Text Example

White with #D948AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D948AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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