Html Css Color HEX #D6508C Mulberry

📋 copy color: '#D6508C'

red 214 ◦ green 80 ◦ blue 140

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

Shades of Mulberry #D6508C

Tints of Mulberry #D6508C

RGB

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

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

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

R = 49.31%
G = 18.43%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6508C (or 0xD6508C) is known color: Mulberry. HEX triplet: D6, 50 and 8C. RGB value is (214,80,140). Sum of RGB (Red+Green+Blue) = 214+80+140=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 80 (31.64% from 255 or 18.43% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D6508C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6508C is #29AF73. Grayscale: #7E7E7E. Windows color (decimal): -2731892 or 9195734. OLE color: 9195734.

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

Color convert

RGB 214 80 140 -
CMYK 0 0.63 0.35 0.16
HSL 333.13º 0.62% 0.58% -
HSV(B) 333.13º 0.63% 0.84% -
XYZ 35.33 21.93 27.18 -
YUV 126.91 135.39 190.12 -
System Red Green Blue C M Y K H S L
Decimal 214 80 140 0 0.63 0.35 0.16 333.13 0.62 0.58
Hex D6 50 8C 0 3F 23 10 14D 3E 3A
Octal 326 120 214 0 77 43 20 515 76 72
Binary 11010110 1010000 10001100 0 111111 100011 10000 101001101 111110 111010

Color Harmonies of #D6508C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6508C

Black with #D6508C

Text Example


Text Example

White with #D6508C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6508C; }

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

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

background-color css

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

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

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

border-color css

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

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

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