Html Css Color HEX #D7478B Mulberry

📋 copy color: '#D7478B'

red 215 ◦ green 71 ◦ blue 139

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

Shades of Mulberry #D7478B

Tints of Mulberry #D7478B

RGB

 RED value IS 215 (84.38% from 255) = 50.59%

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

 BLUE value IS 139 (54.69% from 255) = 32.71%

R = 50.59%
G = 16.71%
B = 32.71%

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

#D7478B (or 0xD7478B) is known color: Mulberry. HEX triplet: D7, 47 and 8B. RGB value is (215,71,139). Sum of RGB (Red+Green+Blue) = 215+71+139=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 71 (28.12% from 255 or 16.71% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D7478B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7478B is #28B874. Grayscale: #797979. Windows color (decimal): -2668661 or 9127895. OLE color: 9127895.

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

Color convert

RGB 215 71 139 -
CMYK 0 0.67 0.35 0.16
HSL 331.67º 0.64% 0.56% -
HSV(B) 331.67º 0.67% 0.84% -
XYZ 34.94 20.82 26.6 -
YUV 121.81 137.71 194.47 -
System Red Green Blue C M Y K H S L
Decimal 215 71 139 0 0.67 0.35 0.16 331.67 0.64 0.56
Hex D7 47 8B 0 43 23 10 14C 40 38
Octal 327 107 213 0 103 43 20 514 100 70
Binary 11010111 1000111 10001011 0 1000011 100011 10000 101001100 1000000 111000

Color Harmonies of #D7478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7478B

Black with #D7478B

Text Example


Text Example

White with #D7478B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7478B; }

 p { color: rgb(215,71,139); }

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

background-color css

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

 a { background-color: rgb(215,71,139); }

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

border-color css

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

 span { border-color: rgb(215,71,139); }

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