Html Css Color HEX #D7538E Mulberry

📋 copy color: '#D7538E'

red 215 ◦ green 83 ◦ blue 142

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

Shades of Mulberry #D7538E

Tints of Mulberry #D7538E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.86%

 BLUE value IS 142 (55.86% from 255) = 32.27%

R = 48.86%
G = 18.86%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D7538E (or 0xD7538E) is known color: Mulberry. HEX triplet: D7, 53 and 8E. RGB value is (215,83,142). Sum of RGB (Red+Green+Blue) = 215+83+142=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 83 (32.81% from 255 or 18.86% from 440); Blue value is 142 (55.86% from 255 or 32.27% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D7538E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7538E is #28AC71. Grayscale: #818181. Windows color (decimal): -2665586 or 9327575. OLE color: 9327575.

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

Color convert

RGB 215 83 142 -
CMYK 0 0.61 0.34 0.16
HSL 333.18º 0.62% 0.58% -
HSV(B) 333.18º 0.61% 0.84% -
XYZ 36 22.59 28.05 -
YUV 129.19 135.23 189.2 -
System Red Green Blue C M Y K H S L
Decimal 215 83 142 0 0.61 0.34 0.16 333.18 0.62 0.58
Hex D7 53 8E 0 3D 22 10 14D 3E 3A
Octal 327 123 216 0 75 42 20 515 76 72
Binary 11010111 1010011 10001110 0 111101 100010 10000 101001101 111110 111010

Color Harmonies of #D7538E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7538E

Black with #D7538E

Text Example


Text Example

White with #D7538E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7538E; }

 p { color: rgb(215,83,142); }

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

background-color css

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

 a { background-color: rgb(215,83,142); }

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

border-color css

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

 span { border-color: rgb(215,83,142); }

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