Html Css Color HEX #D6498E Mulberry

📋 copy color: '#D6498E'

red 214 ◦ green 73 ◦ blue 142

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

Shades of Mulberry #D6498E

Tints of Mulberry #D6498E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.02%

 BLUE value IS 142 (55.86% from 255) = 33.1%

R = 49.88%
G = 17.02%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6498E (or 0xD6498E) is known color: Mulberry. HEX triplet: D6, 49 and 8E. RGB value is (214,73,142). Sum of RGB (Red+Green+Blue) = 214+73+142=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 73 (28.91% from 255 or 17.02% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D6498E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6498E is #29B671. Grayscale: #7A7A7A. Windows color (decimal): -2733682 or 9325014. OLE color: 9325014.

HSL color Cylindrical-coordinate representation of color #D6498E: hue angle of 330.64º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D6498E is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 73 142 -
CMYK 0 0.66 0.34 0.16
HSL 330.64º 0.63% 0.56% -
HSV(B) 330.64º 0.66% 0.84% -
XYZ 35 21.01 27.8 -
YUV 123.03 138.71 192.89 -
System Red Green Blue C M Y K H S L
Decimal 214 73 142 0 0.66 0.34 0.16 330.64 0.63 0.56
Hex D6 49 8E 0 42 22 10 14B 3F 38
Octal 326 111 216 0 102 42 20 513 77 70
Binary 11010110 1001001 10001110 0 1000010 100010 10000 101001011 111111 111000

Color Harmonies of #D6498E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6498E

Black with #D6498E

Text Example


Text Example

White with #D6498E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6498E; }

 p { color: rgb(214,73,142); }

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

background-color css

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

 a { background-color: rgb(214,73,142); }

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

border-color css

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

 span { border-color: rgb(214,73,142); }

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