Html Css Color HEX #D6478C Mulberry

📋 copy color: '#D6478C'

red 214 ◦ green 71 ◦ blue 140

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

Shades of Mulberry #D6478C

Tints of Mulberry #D6478C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.94%

R = 50.35%
G = 16.71%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6478C (or 0xD6478C) is known color: Mulberry. HEX triplet: D6, 47 and 8C. RGB value is (214,71,140). Sum of RGB (Red+Green+Blue) = 214+71+140=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 71 (28.12% from 255 or 16.71% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D6478C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6478C is #29B873. Grayscale: #797979. Windows color (decimal): -2734196 or 9193430. OLE color: 9193430.

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

Color convert

RGB 214 71 140 -
CMYK 0 0.67 0.35 0.16
HSL 331.05º 0.64% 0.56% -
HSV(B) 331.05º 0.67% 0.84% -
XYZ 34.72 20.7 26.98 -
YUV 121.62 138.38 193.89 -
System Red Green Blue C M Y K H S L
Decimal 214 71 140 0 0.67 0.35 0.16 331.05 0.64 0.56
Hex D6 47 8C 0 43 23 10 14B 40 38
Octal 326 107 214 0 103 43 20 513 100 70
Binary 11010110 1000111 10001100 0 1000011 100011 10000 101001011 1000000 111000

Color Harmonies of #D6478C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6478C

Black with #D6478C

Text Example


Text Example

White with #D6478C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6478C; }

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

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

background-color css

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

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

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

border-color css

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

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

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