Html Css Color HEX #D7538C Mulberry

📋 copy color: '#D7538C'

red 215 ◦ green 83 ◦ blue 140

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

Shades of Mulberry #D7538C

Tints of Mulberry #D7538C

RGB

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

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

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

R = 49.09%
G = 18.95%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D7538C (or 0xD7538C) is known color: Mulberry. HEX triplet: D7, 53 and 8C. RGB value is (215,83,140). Sum of RGB (Red+Green+Blue) = 215+83+140=438 (58% of max value = 765). Red value is 215 (84.38% from 255 or 49.09% from 438); Green value is 83 (32.81% from 255 or 18.95% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 215 - color contains mainly: red. Hex color #D7538C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7538C is #28AC73. Grayscale: #808080. Windows color (decimal): -2665588 or 9196503. OLE color: 9196503.

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

Color convert

RGB 215 83 140 -
CMYK 0 0.61 0.35 0.16
HSL 334.09º 0.62% 0.58% -
HSV(B) 334.09º 0.61% 0.84% -
XYZ 35.85 22.53 27.27 -
YUV 128.97 134.23 189.37 -
System Red Green Blue C M Y K H S L
Decimal 215 83 140 0 0.61 0.35 0.16 334.09 0.62 0.58
Hex D7 53 8C 0 3D 23 10 14E 3E 3A
Octal 327 123 214 0 75 43 20 516 76 72
Binary 11010111 1010011 10001100 0 111101 100011 10000 101001110 111110 111010

Color Harmonies of #D7538C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7538C

Black with #D7538C

Text Example


Text Example

White with #D7538C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7538C; }

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

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

background-color css

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

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

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

border-color css

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

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

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