Html Css Color HEX #D6518F Mulberry

📋 copy color: '#D6518F'

red 214 ◦ green 81 ◦ blue 143

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

Shades of Mulberry #D6518F

Tints of Mulberry #D6518F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.65%

R = 48.86%
G = 18.49%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D6518F (or 0xD6518F) is known color: Mulberry. HEX triplet: D6, 51 and 8F. RGB value is (214,81,143). Sum of RGB (Red+Green+Blue) = 214+81+143=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 81 (32.03% from 255 or 18.49% from 438); Blue value is 143 (56.25% from 255 or 32.65% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D6518F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6518F is #29AE70. Grayscale: #7F7F7F. Windows color (decimal): -2731633 or 9392598. OLE color: 9392598.

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

Color convert

RGB 214 81 143 -
CMYK 0 0.62 0.33 0.16
HSL 332.03º 0.62% 0.58% -
HSV(B) 332.03º 0.62% 0.84% -
XYZ 35.63 22.16 28.39 -
YUV 127.84 136.56 189.46 -
System Red Green Blue C M Y K H S L
Decimal 214 81 143 0 0.62 0.33 0.16 332.03 0.62 0.58
Hex D6 51 8F 0 3E 21 10 14C 3E 3A
Octal 326 121 217 0 76 41 20 514 76 72
Binary 11010110 1010001 10001111 0 111110 100001 10000 101001100 111110 111010

Color Harmonies of #D6518F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6518F

Black with #D6518F

Text Example


Text Example

White with #D6518F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6518F; }

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

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

background-color css

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

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

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

border-color css

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

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

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