Html Css Color HEX #D6508D Mulberry

📋 copy color: '#D6508D'

red 214 ◦ green 80 ◦ blue 141

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

Shades of Mulberry #D6508D

Tints of Mulberry #D6508D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.39%

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

R = 49.2%
G = 18.39%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6508D (or 0xD6508D) is known color: Mulberry. HEX triplet: D6, 50 and 8D. RGB value is (214,80,141). Sum of RGB (Red+Green+Blue) = 214+80+141=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D6508D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6508D is #29AF72. Grayscale: #7E7E7E. Windows color (decimal): -2731891 or 9261270. OLE color: 9261270.

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

Color convert

RGB 214 80 141 -
CMYK 0 0.63 0.34 0.16
HSL 332.69º 0.62% 0.58% -
HSV(B) 332.69º 0.63% 0.84% -
XYZ 35.41 21.96 27.57 -
YUV 127.02 135.89 190.04 -
System Red Green Blue C M Y K H S L
Decimal 214 80 141 0 0.63 0.34 0.16 332.69 0.62 0.58
Hex D6 50 8D 0 3F 22 10 14D 3E 3A
Octal 326 120 215 0 77 42 20 515 76 72
Binary 11010110 1010000 10001101 0 111111 100010 10000 101001101 111110 111010

Color Harmonies of #D6508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6508D

Black with #D6508D

Text Example


Text Example

White with #D6508D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6508D; }

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

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

background-color css

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

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

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

border-color css

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

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

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