Html Css Color HEX #D6588D Mulberry

📋 copy color: '#D6588D'

red 214 ◦ green 88 ◦ blue 141

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

Shades of Mulberry #D6588D

Tints of Mulberry #D6588D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.86%

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

R = 48.31%
G = 19.86%
B = 31.83%

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

#D6588D (or 0xD6588D) is known color: Mulberry. HEX triplet: D6, 58 and 8D. RGB value is (214,88,141). Sum of RGB (Red+Green+Blue) = 214+88+141=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 88 (34.77% from 255 or 19.86% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D6588D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6588D is #29A772. Grayscale: #838383. Windows color (decimal): -2729843 or 9263318. OLE color: 9263318.

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

Color convert

RGB 214 88 141 -
CMYK 0 0.59 0.34 0.16
HSL 334.76º 0.61% 0.59% -
HSV(B) 334.76º 0.59% 0.84% -
XYZ 36.03 23.2 27.78 -
YUV 131.72 133.24 186.69 -
System Red Green Blue C M Y K H S L
Decimal 214 88 141 0 0.59 0.34 0.16 334.76 0.61 0.59
Hex D6 58 8D 0 3B 22 10 14F 3D 3B
Octal 326 130 215 0 73 42 20 517 75 73
Binary 11010110 1011000 10001101 0 111011 100010 10000 101001111 111101 111011

Color Harmonies of #D6588D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6588D

Black with #D6588D

Text Example


Text Example

White with #D6588D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6588D; }

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

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

background-color css

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

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

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

border-color css

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

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

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