Html Css Color HEX #D6518A Mulberry

📋 copy color: '#D6518A'

red 214 ◦ green 81 ◦ blue 138

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

Shades of Mulberry #D6518A

Tints of Mulberry #D6518A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.87%

R = 49.42%
G = 18.71%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6518A (or 0xD6518A) is known color: Mulberry. HEX triplet: D6, 51 and 8A. RGB value is (214,81,138). Sum of RGB (Red+Green+Blue) = 214+81+138=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D6518A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6518A is #29AE75. Grayscale: #7F7F7F. Windows color (decimal): -2731638 or 9064918. OLE color: 9064918.

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

Color convert

RGB 214 81 138 -
CMYK 0 0.62 0.36 0.16
HSL 334.29º 0.62% 0.58% -
HSV(B) 334.29º 0.62% 0.84% -
XYZ 35.26 22.02 26.44 -
YUV 127.27 134.06 189.87 -
System Red Green Blue C M Y K H S L
Decimal 214 81 138 0 0.62 0.36 0.16 334.29 0.62 0.58
Hex D6 51 8A 0 3E 24 10 14E 3E 3A
Octal 326 121 212 0 76 44 20 516 76 72
Binary 11010110 1010001 10001010 0 111110 100100 10000 101001110 111110 111010

Color Harmonies of #D6518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6518A

Black with #D6518A

Text Example


Text Example

White with #D6518A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6518A; }

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

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

background-color css

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

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

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

border-color css

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

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

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