Html Css Color HEX #D6578D Mulberry

📋 copy color: '#D6578D'

red 214 ◦ green 87 ◦ blue 141

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

Shades of Mulberry #D6578D

Tints of Mulberry #D6578D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.68%

 BLUE value IS 141 (55.47% from 255) = 31.9%

R = 48.42%
G = 19.68%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6578D (or 0xD6578D) is known color: Mulberry. HEX triplet: D6, 57 and 8D. RGB value is (214,87,141). Sum of RGB (Red+Green+Blue) = 214+87+141=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 87 (34.38% from 255 or 19.68% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D6578D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6578D is #29A872. Grayscale: #838383. Windows color (decimal): -2730099 or 9263062. OLE color: 9263062.

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

Color convert

RGB 214 87 141 -
CMYK 0 0.59 0.34 0.16
HSL 334.49º 0.61% 0.59% -
HSV(B) 334.49º 0.59% 0.84% -
XYZ 35.95 23.04 27.75 -
YUV 131.13 133.58 187.11 -
System Red Green Blue C M Y K H S L
Decimal 214 87 141 0 0.59 0.34 0.16 334.49 0.61 0.59
Hex D6 57 8D 0 3B 22 10 14E 3D 3B
Octal 326 127 215 0 73 42 20 516 75 73
Binary 11010110 1010111 10001101 0 111011 100010 10000 101001110 111101 111011

Color Harmonies of #D6578D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6578D

Black with #D6578D

Text Example


Text Example

White with #D6578D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6578D; }

 p { color: rgb(214,87,141); }

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

background-color css

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

 a { background-color: rgb(214,87,141); }

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

border-color css

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

 span { border-color: rgb(214,87,141); }

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