Html Css Color HEX #D748AD Mulberry

📋 copy color: '#D748AD'

red 215 ◦ green 72 ◦ blue 173

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

Shades of Mulberry #D748AD

Tints of Mulberry #D748AD

RGB

 RED value IS 215 (84.38% from 255) = 46.74%

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

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

R = 46.74%
G = 15.65%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D748AD (or 0xD748AD) is known color: Mulberry. HEX triplet: D7, 48 and AD. RGB value is (215,72,173). Sum of RGB (Red+Green+Blue) = 215+72+173=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 72 (28.52% from 255 or 15.65% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 215 - color contains mainly: red. Hex color #D748AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D748AD is #28B752. Grayscale: #7E7E7E. Windows color (decimal): -2668371 or 11356375. OLE color: 11356375.

HSL color Cylindrical-coordinate representation of color #D748AD: hue angle of 317.62º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D748AD is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 72 173 -
CMYK 0 0.67 0.20 0.16
HSL 317.62º 0.64% 0.56% -
HSV(B) 317.62º 0.67% 0.84% -
XYZ 37.88 22.1 41.8 -
YUV 126.27 154.38 191.29 -
System Red Green Blue C M Y K H S L
Decimal 215 72 173 0 0.67 0.20 0.16 317.62 0.64 0.56
Hex D7 48 AD 0 43 14 10 13E 40 38
Octal 327 110 255 0 103 24 20 476 100 70
Binary 11010111 1001000 10101101 0 1000011 10100 10000 100111110 1000000 111000

Color Harmonies of #D748AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D748AD

Black with #D748AD

Text Example


Text Example

White with #D748AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D748AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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