Html Css Color HEX #D6479C Mulberry

📋 copy color: '#D6479C'

red 214 ◦ green 71 ◦ blue 156

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

Shades of Mulberry #D6479C

Tints of Mulberry #D6479C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.37%

R = 48.53%
G = 16.1%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D6479C (or 0xD6479C) is known color: Mulberry. HEX triplet: D6, 47 and 9C. RGB value is (214,71,156). Sum of RGB (Red+Green+Blue) = 214+71+156=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 71 (28.12% from 255 or 16.10% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D6479C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6479C is #29B863. Grayscale: #7B7B7B. Windows color (decimal): -2734180 or 10242006. OLE color: 10242006.

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

Color convert

RGB 214 71 156 -
CMYK 0 0.67 0.27 0.16
HSL 324.34º 0.64% 0.56% -
HSV(B) 324.34º 0.67% 0.84% -
XYZ 35.99 21.2 33.65 -
YUV 123.45 146.38 192.59 -
System Red Green Blue C M Y K H S L
Decimal 214 71 156 0 0.67 0.27 0.16 324.34 0.64 0.56
Hex D6 47 9C 0 43 1B 10 144 40 38
Octal 326 107 234 0 103 33 20 504 100 70
Binary 11010110 1000111 10011100 0 1000011 11011 10000 101000100 1000000 111000

Color Harmonies of #D6479C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6479C

Black with #D6479C

Text Example


Text Example

White with #D6479C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6479C; }

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

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

background-color css

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

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

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

border-color css

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

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

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