Html Css Color HEX #D9488E Mulberry

📋 copy color: '#D9488E'

red 217 ◦ green 72 ◦ blue 142

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

Shades of Mulberry #D9488E

Tints of Mulberry #D9488E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.95%

R = 50.35%
G = 16.71%
B = 32.95%

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

#D9488E (or 0xD9488E) is known color: Mulberry. HEX triplet: D9, 48 and 8E. RGB value is (217,72,142). Sum of RGB (Red+Green+Blue) = 217+72+142=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 72 (28.52% from 255 or 16.71% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D9488E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9488E is #26B771. Grayscale: #7B7B7B. Windows color (decimal): -2537330 or 9324761. OLE color: 9324761.

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

Color convert

RGB 217 72 142 -
CMYK 0 0.67 0.35 0.15
HSL 331.03º 0.66% 0.57% -
HSV(B) 331.03º 0.67% 0.85% -
XYZ 35.82 21.34 27.82 -
YUV 123.34 138.54 194.81 -
System Red Green Blue C M Y K H S L
Decimal 217 72 142 0 0.67 0.35 0.15 331.03 0.66 0.57
Hex D9 48 8E 0 43 23 F 14B 42 39
Octal 331 110 216 0 103 43 17 513 102 71
Binary 11011001 1001000 10001110 0 1000011 100011 1111 101001011 1000010 111001

Color Harmonies of #D9488E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9488E

Black with #D9488E

Text Example


Text Example

White with #D9488E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9488E; }

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

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

background-color css

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

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

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

border-color css

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

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

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