Html Css Color HEX #D7488A Mulberry

📋 copy color: '#D7488A'

red 215 ◦ green 72 ◦ blue 138

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

Shades of Mulberry #D7488A

Tints of Mulberry #D7488A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.47%

R = 50.59%
G = 16.94%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D7488A (or 0xD7488A) is known color: Mulberry. HEX triplet: D7, 48 and 8A. RGB value is (215,72,138). Sum of RGB (Red+Green+Blue) = 215+72+138=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 72 (28.52% from 255 or 16.94% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D7488A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7488A is #28B775. Grayscale: #7A7A7A. Windows color (decimal): -2668406 or 9062615. OLE color: 9062615.

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

Color convert

RGB 215 72 138 -
CMYK 0 0.67 0.36 0.16
HSL 332.31º 0.64% 0.56% -
HSV(B) 332.31º 0.67% 0.84% -
XYZ 34.93 20.92 26.24 -
YUV 122.28 136.88 194.13 -
System Red Green Blue C M Y K H S L
Decimal 215 72 138 0 0.67 0.36 0.16 332.31 0.64 0.56
Hex D7 48 8A 0 43 24 10 14C 40 38
Octal 327 110 212 0 103 44 20 514 100 70
Binary 11010111 1001000 10001010 0 1000011 100100 10000 101001100 1000000 111000

Color Harmonies of #D7488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7488A

Black with #D7488A

Text Example


Text Example

White with #D7488A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7488A; }

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

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

background-color css

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

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

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

border-color css

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

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

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