Html Css Color HEX #D6558D Mulberry

📋 copy color: '#D6558D'

red 214 ◦ green 85 ◦ blue 141

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

Shades of Mulberry #D6558D

Tints of Mulberry #D6558D

RGB

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

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

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

R = 48.64%
G = 19.32%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6558D (or 0xD6558D) is known color: Mulberry. HEX triplet: D6, 55 and 8D. RGB value is (214,85,141). Sum of RGB (Red+Green+Blue) = 214+85+141=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D6558D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6558D is #29AA72. Grayscale: #818181. Windows color (decimal): -2730611 or 9262550. OLE color: 9262550.

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

Color convert

RGB 214 85 141 -
CMYK 0 0.60 0.34 0.16
HSL 333.95º 0.61% 0.59% -
HSV(B) 333.95º 0.6% 0.84% -
XYZ 35.79 22.72 27.7 -
YUV 129.96 134.24 187.95 -
System Red Green Blue C M Y K H S L
Decimal 214 85 141 0 0.60 0.34 0.16 333.95 0.61 0.59
Hex D6 55 8D 0 3C 22 10 14E 3D 3B
Octal 326 125 215 0 74 42 20 516 75 73
Binary 11010110 1010101 10001101 0 111100 100010 10000 101001110 111101 111011

Color Harmonies of #D6558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6558D

Black with #D6558D

Text Example


Text Example

White with #D6558D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6558D; }

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

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

background-color css

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

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

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

border-color css

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

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

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