Html Css Color HEX #D74994 Mulberry

📋 copy color: '#D74994'

red 215 ◦ green 73 ◦ blue 148

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

Shades of Mulberry #D74994

Tints of Mulberry #D74994

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.74%

 BLUE value IS 148 (58.2% from 255) = 33.94%

R = 49.31%
G = 16.74%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D74994 (or 0xD74994) is known color: Mulberry. HEX triplet: D7, 49 and 94. RGB value is (215,73,148). Sum of RGB (Red+Green+Blue) = 215+73+148=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 73 (28.91% from 255 or 16.74% from 436); Blue value is 148 (58.20% from 255 or 33.94% from 436); Max value from RGB is 215 - color contains mainly: red. Hex color #D74994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74994 is #28B66B. Grayscale: #7B7B7B. Windows color (decimal): -2668140 or 9718231. OLE color: 9718231.

HSL color Cylindrical-coordinate representation of color #D74994: hue angle of 328.31º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D74994 is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 73 148 -
CMYK 0 0.66 0.31 0.16
HSL 328.31º 0.64% 0.56% -
HSV(B) 328.31º 0.66% 0.84% -
XYZ 35.75 21.35 30.25 -
YUV 124.01 141.54 192.9 -
System Red Green Blue C M Y K H S L
Decimal 215 73 148 0 0.66 0.31 0.16 328.31 0.64 0.56
Hex D7 49 94 0 42 1F 10 148 40 38
Octal 327 111 224 0 102 37 20 510 100 70
Binary 11010111 1001001 10010100 0 1000010 11111 10000 101001000 1000000 111000

Color Harmonies of #D74994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74994

Black with #D74994

Text Example


Text Example

White with #D74994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74994; }

 p { color: rgb(215,73,148); }

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

background-color css

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

 a { background-color: rgb(215,73,148); }

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

border-color css

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

 span { border-color: rgb(215,73,148); }

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