Html Css Color HEX #D74C97 Mulberry

📋 copy color: '#D74C97'

red 215 ◦ green 76 ◦ blue 151

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

Shades of Mulberry #D74C97

Tints of Mulberry #D74C97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 34.16%

R = 48.64%
G = 17.19%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D74C97 (or 0xD74C97) is known color: Mulberry. HEX triplet: D7, 4C and 97. RGB value is (215,76,151). Sum of RGB (Red+Green+Blue) = 215+76+151=442 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.64% from 442); Green value is 76 (30.08% from 255 or 17.19% from 442); Blue value is 151 (59.38% from 255 or 34.16% from 442); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74C97 is #28B368. Grayscale: #7D7D7D. Windows color (decimal): -2667369 or 9915607. OLE color: 9915607.

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

Color convert

RGB 215 76 151 -
CMYK 0 0.65 0.30 0.16
HSL 327.63º 0.63% 0.57% -
HSV(B) 327.63º 0.65% 0.84% -
XYZ 36.19 21.85 31.59 -
YUV 126.11 142.05 191.4 -
System Red Green Blue C M Y K H S L
Decimal 215 76 151 0 0.65 0.30 0.16 327.63 0.63 0.57
Hex D7 4C 97 0 41 1E 10 148 3F 39
Octal 327 114 227 0 101 36 20 510 77 71
Binary 11010111 1001100 10010111 0 1000001 11110 10000 101001000 111111 111001

Color Harmonies of #D74C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74C97

Black with #D74C97

Text Example


Text Example

White with #D74C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74C97; }

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

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

background-color css

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

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

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

border-color css

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

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

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