Html Css Color HEX #D6538C Mulberry

📋 copy color: '#D6538C'

red 214 ◦ green 83 ◦ blue 140

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

Shades of Mulberry #D6538C

Tints of Mulberry #D6538C

RGB

 RED value IS 214 (83.98% from 255) = 48.97%

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

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

R = 48.97%
G = 18.99%
B = 32.04%

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

#D6538C (or 0xD6538C) is known color: Mulberry. HEX triplet: D6, 53 and 8C. RGB value is (214,83,140). Sum of RGB (Red+Green+Blue) = 214+83+140=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 83 (32.81% from 255 or 18.99% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D6538C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6538C is #29AC73. Grayscale: #808080. Windows color (decimal): -2731124 or 9196502. OLE color: 9196502.

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

Color convert

RGB 214 83 140 -
CMYK 0 0.61 0.35 0.16
HSL 333.89º 0.62% 0.58% -
HSV(B) 333.89º 0.61% 0.84% -
XYZ 35.56 22.38 27.26 -
YUV 128.67 134.4 188.87 -
System Red Green Blue C M Y K H S L
Decimal 214 83 140 0 0.61 0.35 0.16 333.89 0.62 0.58
Hex D6 53 8C 0 3D 23 10 14E 3E 3A
Octal 326 123 214 0 75 43 20 516 76 72
Binary 11010110 1010011 10001100 0 111101 100011 10000 101001110 111110 111010

Color Harmonies of #D6538C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6538C

Black with #D6538C

Text Example


Text Example

White with #D6538C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6538C; }

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

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

background-color css

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

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

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

border-color css

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

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

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