Html Css Color HEX #D6498A Mulberry

📋 copy color: '#D6498A'

red 214 ◦ green 73 ◦ blue 138

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

Shades of Mulberry #D6498A

Tints of Mulberry #D6498A

RGB

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

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

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

R = 50.35%
G = 17.18%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6498A (or 0xD6498A) is known color: Mulberry. HEX triplet: D6, 49 and 8A. RGB value is (214,73,138). Sum of RGB (Red+Green+Blue) = 214+73+138=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 73 (28.91% from 255 or 17.18% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D6498A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6498A is #29B675. Grayscale: #7A7A7A. Windows color (decimal): -2733686 or 9062870. OLE color: 9062870.

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

Color convert

RGB 214 73 138 -
CMYK 0 0.66 0.36 0.16
HSL 332.34º 0.63% 0.56% -
HSV(B) 332.34º 0.66% 0.84% -
XYZ 34.7 20.9 26.25 -
YUV 122.57 136.71 193.21 -
System Red Green Blue C M Y K H S L
Decimal 214 73 138 0 0.66 0.36 0.16 332.34 0.63 0.56
Hex D6 49 8A 0 42 24 10 14C 3F 38
Octal 326 111 212 0 102 44 20 514 77 70
Binary 11010110 1001001 10001010 0 1000010 100100 10000 101001100 111111 111000

Color Harmonies of #D6498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6498A

Black with #D6498A

Text Example


Text Example

White with #D6498A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6498A; }

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

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

background-color css

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

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

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

border-color css

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

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

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