Html Css Color HEX #D6479A Mulberry

📋 copy color: '#D6479A'

red 214 ◦ green 71 ◦ blue 154

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

Shades of Mulberry #D6479A

Tints of Mulberry #D6479A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.08%

R = 48.75%
G = 16.17%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D6479A (or 0xD6479A) is known color: Mulberry. HEX triplet: D6, 47 and 9A. RGB value is (214,71,154). Sum of RGB (Red+Green+Blue) = 214+71+154=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 71 (28.12% from 255 or 16.17% from 439); Blue value is 154 (60.55% from 255 or 35.08% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D6479A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6479A is #29B865. Grayscale: #7B7B7B. Windows color (decimal): -2734182 or 10110934. OLE color: 10110934.

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

Color convert

RGB 214 71 154 -
CMYK 0 0.67 0.28 0.16
HSL 325.17º 0.64% 0.56% -
HSV(B) 325.17º 0.67% 0.84% -
XYZ 35.82 21.14 32.76 -
YUV 123.22 145.38 192.75 -
System Red Green Blue C M Y K H S L
Decimal 214 71 154 0 0.67 0.28 0.16 325.17 0.64 0.56
Hex D6 47 9A 0 43 1C 10 145 40 38
Octal 326 107 232 0 103 34 20 505 100 70
Binary 11010110 1000111 10011010 0 1000011 11100 10000 101000101 1000000 111000

Color Harmonies of #D6479A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6479A

Black with #D6479A

Text Example


Text Example

White with #D6479A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6479A; }

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

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

background-color css

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

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

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

border-color css

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

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

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