Html Css Color HEX #D74C9A Mulberry

📋 copy color: '#D74C9A'

red 215 ◦ green 76 ◦ blue 154

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

Shades of Mulberry #D74C9A

Tints of Mulberry #D74C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.61%

R = 48.31%
G = 17.08%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D74C9A (or 0xD74C9A) is known color: Mulberry. HEX triplet: D7, 4C and 9A. RGB value is (215,76,154). Sum of RGB (Red+Green+Blue) = 215+76+154=445 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.31% from 445); Green value is 76 (30.08% from 255 or 17.08% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74C9A is #28B365. Grayscale: #7E7E7E. Windows color (decimal): -2667366 or 10112215. OLE color: 10112215.

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

Color convert

RGB 215 76 154 -
CMYK 0 0.65 0.28 0.16
HSL 326.33º 0.63% 0.57% -
HSV(B) 326.33º 0.65% 0.84% -
XYZ 36.44 21.95 32.89 -
YUV 126.45 143.55 191.16 -
System Red Green Blue C M Y K H S L
Decimal 215 76 154 0 0.65 0.28 0.16 326.33 0.63 0.57
Hex D7 4C 9A 0 41 1C 10 146 3F 39
Octal 327 114 232 0 101 34 20 506 77 71
Binary 11010111 1001100 10011010 0 1000001 11100 10000 101000110 111111 111001

Color Harmonies of #D74C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74C9A

Black with #D74C9A

Text Example


Text Example

White with #D74C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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