Html Css Color HEX #D7508D Mulberry

📋 copy color: '#D7508D'

red 215 ◦ green 80 ◦ blue 141

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

Shades of Mulberry #D7508D

Tints of Mulberry #D7508D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.35%

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

R = 49.31%
G = 18.35%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D7508D (or 0xD7508D) is known color: Mulberry. HEX triplet: D7, 50 and 8D. RGB value is (215,80,141). Sum of RGB (Red+Green+Blue) = 215+80+141=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 215 - color contains mainly: red. Hex color #D7508D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7508D is #28AF72. Grayscale: #7F7F7F. Windows color (decimal): -2666355 or 9261271. OLE color: 9261271.

HSL color Cylindrical-coordinate representation of color #D7508D: hue angle of 332.89º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D7508D is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 80 141 -
CMYK 0 0.63 0.34 0.16
HSL 332.89º 0.63% 0.58% -
HSV(B) 332.89º 0.63% 0.84% -
XYZ 35.7 22.11 27.58 -
YUV 127.32 135.73 190.54 -
System Red Green Blue C M Y K H S L
Decimal 215 80 141 0 0.63 0.34 0.16 332.89 0.63 0.58
Hex D7 50 8D 0 3F 22 10 14D 3F 3A
Octal 327 120 215 0 77 42 20 515 77 72
Binary 11010111 1010000 10001101 0 111111 100010 10000 101001101 111111 111010

Color Harmonies of #D7508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7508D

Black with #D7508D

Text Example


Text Example

White with #D7508D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7508D; }

 p { color: rgb(215,80,141); }

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

background-color css

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

 a { background-color: rgb(215,80,141); }

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

border-color css

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

 span { border-color: rgb(215,80,141); }

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