Html Css Color HEX #D6499F Mulberry

📋 copy color: '#D6499F'

red 214 ◦ green 73 ◦ blue 159

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

Shades of Mulberry #D6499F

Tints of Mulberry #D6499F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.65%

R = 47.98%
G = 16.37%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D6499F (or 0xD6499F) is known color: Mulberry. HEX triplet: D6, 49 and 9F. RGB value is (214,73,159). Sum of RGB (Red+Green+Blue) = 214+73+159=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 73 (28.91% from 255 or 16.37% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D6499F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6499F is #29B660. Grayscale: #7C7C7C. Windows color (decimal): -2733665 or 10439126. OLE color: 10439126.

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

Color convert

RGB 214 73 159 -
CMYK 0 0.66 0.26 0.16
HSL 323.4º 0.63% 0.56% -
HSV(B) 323.4º 0.66% 0.84% -
XYZ 36.37 21.56 35.05 -
YUV 124.96 147.21 191.51 -
System Red Green Blue C M Y K H S L
Decimal 214 73 159 0 0.66 0.26 0.16 323.4 0.63 0.56
Hex D6 49 9F 0 42 1A 10 143 3F 38
Octal 326 111 237 0 102 32 20 503 77 70
Binary 11010110 1001001 10011111 0 1000010 11010 10000 101000011 111111 111000

Color Harmonies of #D6499F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6499F

Black with #D6499F

Text Example


Text Example

White with #D6499F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6499F; }

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

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

background-color css

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

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

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

border-color css

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

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

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