Html Css Color HEX #D8488D Mulberry

📋 copy color: '#D8488D'

red 216 ◦ green 72 ◦ blue 141

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

Shades of Mulberry #D8488D

Tints of Mulberry #D8488D

RGB

 RED value IS 216 (84.77% from 255) = 50.35%

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

 BLUE value IS 141 (55.47% from 255) = 32.87%

R = 50.35%
G = 16.78%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8488D (or 0xD8488D) is known color: Mulberry. HEX triplet: D8, 48 and 8D. RGB value is (216,72,141). Sum of RGB (Red+Green+Blue) = 216+72+141=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 72 (28.52% from 255 or 16.78% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D8488D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8488D is #27B772. Grayscale: #7A7A7A. Windows color (decimal): -2602867 or 9259224. OLE color: 9259224.

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

Color convert

RGB 216 72 141 -
CMYK 0 0.67 0.35 0.15
HSL 331.25º 0.65% 0.56% -
HSV(B) 331.25º 0.67% 0.85% -
XYZ 35.44 21.16 27.41 -
YUV 122.92 138.21 194.39 -
System Red Green Blue C M Y K H S L
Decimal 216 72 141 0 0.67 0.35 0.15 331.25 0.65 0.56
Hex D8 48 8D 0 43 23 F 14B 41 38
Octal 330 110 215 0 103 43 17 513 101 70
Binary 11011000 1001000 10001101 0 1000011 100011 1111 101001011 1000001 111000

Color Harmonies of #D8488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8488D

Black with #D8488D

Text Example


Text Example

White with #D8488D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8488D; }

 p { color: rgb(216,72,141); }

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

background-color css

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

 a { background-color: rgb(216,72,141); }

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

border-color css

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

 span { border-color: rgb(216,72,141); }

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