Html Css Color HEX #D6519C Mulberry

📋 copy color: '#D6519C'

red 214 ◦ green 81 ◦ blue 156

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

Shades of Mulberry #D6519C

Tints of Mulberry #D6519C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.59%

R = 47.45%
G = 17.96%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D6519C (or 0xD6519C) is known color: Mulberry. HEX triplet: D6, 51 and 9C. RGB value is (214,81,156). Sum of RGB (Red+Green+Blue) = 214+81+156=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 81 (32.03% from 255 or 17.96% from 451); Blue value is 156 (61.33% from 255 or 34.59% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D6519C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6519C is #29AE63. Grayscale: #818181. Windows color (decimal): -2731620 or 10244566. OLE color: 10244566.

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

Color convert

RGB 214 81 156 -
CMYK 0 0.62 0.27 0.16
HSL 326.17º 0.62% 0.58% -
HSV(B) 326.17º 0.62% 0.84% -
XYZ 36.67 22.58 33.88 -
YUV 129.32 143.06 188.4 -
System Red Green Blue C M Y K H S L
Decimal 214 81 156 0 0.62 0.27 0.16 326.17 0.62 0.58
Hex D6 51 9C 0 3E 1B 10 146 3E 3A
Octal 326 121 234 0 76 33 20 506 76 72
Binary 11010110 1010001 10011100 0 111110 11011 10000 101000110 111110 111010

Color Harmonies of #D6519C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6519C

Black with #D6519C

Text Example


Text Example

White with #D6519C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6519C; }

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

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

background-color css

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

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

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

border-color css

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

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

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