Html Css Color HEX #D6498B Mulberry

📋 copy color: '#D6498B'

red 214 ◦ green 73 ◦ blue 139

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

Shades of Mulberry #D6498B

Tints of Mulberry #D6498B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.63%

R = 50.23%
G = 17.14%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6498B (or 0xD6498B) is known color: Mulberry. HEX triplet: D6, 49 and 8B. RGB value is (214,73,139). Sum of RGB (Red+Green+Blue) = 214+73+139=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 73 (28.91% from 255 or 17.14% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D6498B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6498B is #29B674. Grayscale: #7A7A7A. Windows color (decimal): -2733685 or 9128406. OLE color: 9128406.

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

Color convert

RGB 214 73 139 -
CMYK 0 0.66 0.35 0.16
HSL 331.91º 0.63% 0.56% -
HSV(B) 331.91º 0.66% 0.84% -
XYZ 34.77 20.93 26.63 -
YUV 122.68 137.21 193.13 -
System Red Green Blue C M Y K H S L
Decimal 214 73 139 0 0.66 0.35 0.16 331.91 0.63 0.56
Hex D6 49 8B 0 42 23 10 14C 3F 38
Octal 326 111 213 0 102 43 20 514 77 70
Binary 11010110 1001001 10001011 0 1000010 100011 10000 101001100 111111 111000

Color Harmonies of #D6498B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6498B

Black with #D6498B

Text Example


Text Example

White with #D6498B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6498B; }

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

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

background-color css

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

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

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

border-color css

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

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

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