Html Css Color HEX #D5509D Mulberry

📋 copy color: '#D5509D'

red 213 ◦ green 80 ◦ blue 157

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

Shades of Mulberry #D5509D

Tints of Mulberry #D5509D

RGB

 RED value IS 213 (83.59% from 255) = 47.33%

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

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

R = 47.33%
G = 17.78%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D5509D (or 0xD5509D) is known color: Mulberry. HEX triplet: D5, 50 and 9D. RGB value is (213,80,157). Sum of RGB (Red+Green+Blue) = 213+80+157=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D5509D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5509D is #2AAF62. Grayscale: #808080. Windows color (decimal): -2797411 or 10309845. OLE color: 10309845.

HSL color Cylindrical-coordinate representation of color #D5509D: hue angle of 325.26º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D5509D is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 80 157 -
CMYK 0 0.62 0.26 0.16
HSL 325.26º 0.61% 0.57% -
HSV(B) 325.26º 0.62% 0.84% -
XYZ 36.4 22.32 34.29 -
YUV 128.55 144.06 188.24 -
System Red Green Blue C M Y K H S L
Decimal 213 80 157 0 0.62 0.26 0.16 325.26 0.61 0.57
Hex D5 50 9D 0 3E 1A 10 145 3D 39
Octal 325 120 235 0 76 32 20 505 75 71
Binary 11010101 1010000 10011101 0 111110 11010 10000 101000101 111101 111001

Color Harmonies of #D5509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5509D

Black with #D5509D

Text Example


Text Example

White with #D5509D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5509D; }

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

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

background-color css

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

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

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

border-color css

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

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

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