Html Css Color HEX #D5508F Mulberry

📋 copy color: '#D5508F'

red 213 ◦ green 80 ◦ blue 143

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

Shades of Mulberry #D5508F

Tints of Mulberry #D5508F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.8%

R = 48.85%
G = 18.35%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D5508F (or 0xD5508F) is known color: Mulberry. HEX triplet: D5, 50 and 8F. RGB value is (213,80,143). Sum of RGB (Red+Green+Blue) = 213+80+143=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 143 (56.25% from 255 or 32.80% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D5508F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5508F is #2AAF70. Grayscale: #7E7E7E. Windows color (decimal): -2797425 or 9392341. OLE color: 9392341.

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

Color convert

RGB 213 80 143 -
CMYK 0 0.62 0.33 0.16
HSL 331.58º 0.61% 0.57% -
HSV(B) 331.58º 0.62% 0.84% -
XYZ 35.27 21.87 28.35 -
YUV 126.95 137.06 189.38 -
System Red Green Blue C M Y K H S L
Decimal 213 80 143 0 0.62 0.33 0.16 331.58 0.61 0.57
Hex D5 50 8F 0 3E 21 10 14C 3D 39
Octal 325 120 217 0 76 41 20 514 75 71
Binary 11010101 1010000 10001111 0 111110 100001 10000 101001100 111101 111001

Color Harmonies of #D5508F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5508F

Black with #D5508F

Text Example


Text Example

White with #D5508F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5508F; }

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

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

background-color css

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

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

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

border-color css

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

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

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