Html Css Color HEX #D7509D Mulberry

📋 copy color: '#D7509D'

red 215 ◦ green 80 ◦ blue 157

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

Shades of Mulberry #D7509D

Tints of Mulberry #D7509D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.73%

R = 47.57%
G = 17.7%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D7509D (or 0xD7509D) is known color: Mulberry. HEX triplet: D7, 50 and 9D. RGB value is (215,80,157). Sum of RGB (Red+Green+Blue) = 215+80+157=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 80 (31.64% from 255 or 17.70% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 215 - color contains mainly: red. Hex color #D7509D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7509D is #28AF62. Grayscale: #808080. Windows color (decimal): -2666339 or 10309847. OLE color: 10309847.

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

Color convert

RGB 215 80 157 -
CMYK 0 0.63 0.27 0.16
HSL 325.78º 0.63% 0.58% -
HSV(B) 325.78º 0.63% 0.84% -
XYZ 36.98 22.62 34.32 -
YUV 129.14 143.73 189.24 -
System Red Green Blue C M Y K H S L
Decimal 215 80 157 0 0.63 0.27 0.16 325.78 0.63 0.58
Hex D7 50 9D 0 3F 1B 10 146 3F 3A
Octal 327 120 235 0 77 33 20 506 77 72
Binary 11010111 1010000 10011101 0 111111 11011 10000 101000110 111111 111010

Color Harmonies of #D7509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7509D

Black with #D7509D

Text Example


Text Example

White with #D7509D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7509D; }

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

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

background-color css

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

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

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

border-color css

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

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

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