Html Css Color HEX #D7558C Mulberry

📋 copy color: '#D7558C'

red 215 ◦ green 85 ◦ blue 140

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

Shades of Mulberry #D7558C

Tints of Mulberry #D7558C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.32%

 BLUE value IS 140 (55.08% from 255) = 31.82%

R = 48.86%
G = 19.32%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D7558C (or 0xD7558C) is known color: Mulberry. HEX triplet: D7, 55 and 8C. RGB value is (215,85,140). Sum of RGB (Red+Green+Blue) = 215+85+140=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D7558C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7558C is #28AA73. Grayscale: #828282. Windows color (decimal): -2665076 or 9197015. OLE color: 9197015.

HSL color Cylindrical-coordinate representation of color #D7558C: hue angle of 334.62º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D7558C is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 85 140 -
CMYK 0 0.60 0.35 0.16
HSL 334.62º 0.62% 0.59% -
HSV(B) 334.62º 0.6% 0.84% -
XYZ 36.01 22.84 27.32 -
YUV 130.14 133.57 188.53 -
System Red Green Blue C M Y K H S L
Decimal 215 85 140 0 0.60 0.35 0.16 334.62 0.62 0.59
Hex D7 55 8C 0 3C 23 10 14F 3E 3B
Octal 327 125 214 0 74 43 20 517 76 73
Binary 11010111 1010101 10001100 0 111100 100011 10000 101001111 111110 111011

Color Harmonies of #D7558C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7558C

Black with #D7558C

Text Example


Text Example

White with #D7558C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7558C; }

 p { color: rgb(215,85,140); }

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

background-color css

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

 a { background-color: rgb(215,85,140); }

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

border-color css

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

 span { border-color: rgb(215,85,140); }

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