Html Css Color HEX #D6498D Mulberry

📋 copy color: '#D6498D'

red 214 ◦ green 73 ◦ blue 141

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

Shades of Mulberry #D6498D

Tints of Mulberry #D6498D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.94%

R = 50%
G = 17.06%
B = 32.94%

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

#D6498D (or 0xD6498D) is known color: Mulberry. HEX triplet: D6, 49 and 8D. RGB value is (214,73,141). Sum of RGB (Red+Green+Blue) = 214+73+141=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 73 (28.91% from 255 or 17.06% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D6498D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6498D is #29B672. Grayscale: #7A7A7A. Windows color (decimal): -2733683 or 9259478. OLE color: 9259478.

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

Color convert

RGB 214 73 141 -
CMYK 0 0.66 0.34 0.16
HSL 331.06º 0.63% 0.56% -
HSV(B) 331.06º 0.66% 0.84% -
XYZ 34.92 20.98 27.41 -
YUV 122.91 138.21 192.97 -
System Red Green Blue C M Y K H S L
Decimal 214 73 141 0 0.66 0.34 0.16 331.06 0.63 0.56
Hex D6 49 8D 0 42 22 10 14B 3F 38
Octal 326 111 215 0 102 42 20 513 77 70
Binary 11010110 1001001 10001101 0 1000010 100010 10000 101001011 111111 111000

Color Harmonies of #D6498D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6498D

Black with #D6498D

Text Example


Text Example

White with #D6498D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6498D; }

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

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

background-color css

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

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

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

border-color css

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

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

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