Html Css Color HEX #D74C8D Mulberry

📋 copy color: '#D74C8D'

red 215 ◦ green 76 ◦ blue 141

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

Shades of Mulberry #D74C8D

Tints of Mulberry #D74C8D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.59%

 BLUE value IS 141 (55.47% from 255) = 32.64%

R = 49.77%
G = 17.59%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D74C8D (or 0xD74C8D) is known color: Mulberry. HEX triplet: D7, 4C and 8D. RGB value is (215,76,141). Sum of RGB (Red+Green+Blue) = 215+76+141=432 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.77% from 432); Green value is 76 (30.08% from 255 or 17.59% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74C8D is #28B372. Grayscale: #7C7C7C. Windows color (decimal): -2667379 or 9260247. OLE color: 9260247.

HSL color Cylindrical-coordinate representation of color #D74C8D: hue angle of 331.94º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D74C8D is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 76 141 -
CMYK 0 0.65 0.34 0.16
HSL 331.94º 0.63% 0.57% -
HSV(B) 331.94º 0.65% 0.84% -
XYZ 35.42 21.54 27.49 -
YUV 124.97 137.05 192.21 -
System Red Green Blue C M Y K H S L
Decimal 215 76 141 0 0.65 0.34 0.16 331.94 0.63 0.57
Hex D7 4C 8D 0 41 22 10 14C 3F 39
Octal 327 114 215 0 101 42 20 514 77 71
Binary 11010111 1001100 10001101 0 1000001 100010 10000 101001100 111111 111001

Color Harmonies of #D74C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74C8D

Black with #D74C8D

Text Example


Text Example

White with #D74C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74C8D; }

 p { color: rgb(215,76,141); }

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

background-color css

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

 a { background-color: rgb(215,76,141); }

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

border-color css

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

 span { border-color: rgb(215,76,141); }

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