Html Css Color HEX #D6479F Mulberry

📋 copy color: '#D6479F'

red 214 ◦ green 71 ◦ blue 159

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

Shades of Mulberry #D6479F

Tints of Mulberry #D6479F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.99%

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

R = 48.2%
G = 15.99%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D6479F (or 0xD6479F) is known color: Mulberry. HEX triplet: D6, 47 and 9F. RGB value is (214,71,159). Sum of RGB (Red+Green+Blue) = 214+71+159=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 71 (28.12% from 255 or 15.99% from 444); Blue value is 159 (62.5% from 255 or 35.81% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D6479F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6479F is #29B860. Grayscale: #7B7B7B. Windows color (decimal): -2734177 or 10438614. OLE color: 10438614.

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

Color convert

RGB 214 71 159 -
CMYK 0 0.67 0.26 0.16
HSL 323.08º 0.64% 0.56% -
HSV(B) 323.08º 0.67% 0.84% -
XYZ 36.24 21.31 35 -
YUV 123.79 147.88 192.34 -
System Red Green Blue C M Y K H S L
Decimal 214 71 159 0 0.67 0.26 0.16 323.08 0.64 0.56
Hex D6 47 9F 0 43 1A 10 143 40 38
Octal 326 107 237 0 103 32 20 503 100 70
Binary 11010110 1000111 10011111 0 1000011 11010 10000 101000011 1000000 111000

Color Harmonies of #D6479F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6479F

Black with #D6479F

Text Example


Text Example

White with #D6479F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6479F; }

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

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

background-color css

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

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

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

border-color css

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

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

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