Html Css Color HEX #D6518C Mulberry

📋 copy color: '#D6518C'

red 214 ◦ green 81 ◦ blue 140

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

Shades of Mulberry #D6518C

Tints of Mulberry #D6518C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.62%

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

R = 49.2%
G = 18.62%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6518C (or 0xD6518C) is known color: Mulberry. HEX triplet: D6, 51 and 8C. RGB value is (214,81,140). Sum of RGB (Red+Green+Blue) = 214+81+140=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 81 (32.03% from 255 or 18.62% from 435); Blue value is 140 (55.08% from 255 or 32.18% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D6518C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6518C is #29AE73. Grayscale: #7F7F7F. Windows color (decimal): -2731636 or 9195990. OLE color: 9195990.

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

Color convert

RGB 214 81 140 -
CMYK 0 0.62 0.35 0.16
HSL 333.38º 0.62% 0.58% -
HSV(B) 333.38º 0.62% 0.84% -
XYZ 35.41 22.07 27.21 -
YUV 127.49 135.06 189.7 -
System Red Green Blue C M Y K H S L
Decimal 214 81 140 0 0.62 0.35 0.16 333.38 0.62 0.58
Hex D6 51 8C 0 3E 23 10 14D 3E 3A
Octal 326 121 214 0 76 43 20 515 76 72
Binary 11010110 1010001 10001100 0 111110 100011 10000 101001101 111110 111010

Color Harmonies of #D6518C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6518C

Black with #D6518C

Text Example


Text Example

White with #D6518C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6518C; }

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

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

background-color css

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

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

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

border-color css

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

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

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