Html Css Color HEX #D7478C Mulberry

📋 copy color: '#D7478C'

red 215 ◦ green 71 ◦ blue 140

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

Shades of Mulberry #D7478C

Tints of Mulberry #D7478C

RGB

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

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

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

R = 50.47%
G = 16.67%
B = 32.86%

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

#D7478C (or 0xD7478C) is known color: Mulberry. HEX triplet: D7, 47 and 8C. RGB value is (215,71,140). Sum of RGB (Red+Green+Blue) = 215+71+140=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 71 (28.12% from 255 or 16.67% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D7478C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7478C is #28B873. Grayscale: #797979. Windows color (decimal): -2668660 or 9193431. OLE color: 9193431.

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

Color convert

RGB 215 71 140 -
CMYK 0 0.67 0.35 0.16
HSL 331.25º 0.64% 0.56% -
HSV(B) 331.25º 0.67% 0.84% -
XYZ 35.01 20.85 26.99 -
YUV 121.92 138.21 194.39 -
System Red Green Blue C M Y K H S L
Decimal 215 71 140 0 0.67 0.35 0.16 331.25 0.64 0.56
Hex D7 47 8C 0 43 23 10 14B 40 38
Octal 327 107 214 0 103 43 20 513 100 70
Binary 11010111 1000111 10001100 0 1000011 100011 10000 101001011 1000000 111000

Color Harmonies of #D7478C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7478C

Black with #D7478C

Text Example


Text Example

White with #D7478C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7478C; }

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

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

background-color css

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

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

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

border-color css

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

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

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