Html Css Color HEX #D74C96 Mulberry

📋 copy color: '#D74C96'

red 215 ◦ green 76 ◦ blue 150

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

Shades of Mulberry #D74C96

Tints of Mulberry #D74C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 34.01%

R = 48.75%
G = 17.23%
B = 34.01%

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

#D74C96 (or 0xD74C96) is known color: Mulberry. HEX triplet: D7, 4C and 96. RGB value is (215,76,150). Sum of RGB (Red+Green+Blue) = 215+76+150=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 76 (30.08% from 255 or 17.23% from 441); Blue value is 150 (58.98% from 255 or 34.01% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74C96 is #28B369. Grayscale: #7D7D7D. Windows color (decimal): -2667370 or 9850071. OLE color: 9850071.

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

Color convert

RGB 215 76 150 -
CMYK 0 0.65 0.30 0.16
HSL 328.06º 0.63% 0.57% -
HSV(B) 328.06º 0.65% 0.84% -
XYZ 36.11 21.82 31.16 -
YUV 126 141.55 191.48 -
System Red Green Blue C M Y K H S L
Decimal 215 76 150 0 0.65 0.30 0.16 328.06 0.63 0.57
Hex D7 4C 96 0 41 1E 10 148 3F 39
Octal 327 114 226 0 101 36 20 510 77 71
Binary 11010111 1001100 10010110 0 1000001 11110 10000 101001000 111111 111001

Color Harmonies of #D74C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74C96

Black with #D74C96

Text Example


Text Example

White with #D74C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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