Html Css Color HEX #D74996 Mulberry

📋 copy color: '#D74996'

red 215 ◦ green 73 ◦ blue 150

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

Shades of Mulberry #D74996

Tints of Mulberry #D74996

RGB

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

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

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

R = 49.09%
G = 16.67%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D74996 (or 0xD74996) is known color: Mulberry. HEX triplet: D7, 49 and 96. RGB value is (215,73,150). Sum of RGB (Red+Green+Blue) = 215+73+150=438 (58% of max value = 765). Red value is 215 (84.38% from 255 or 49.09% from 438); Green value is 73 (28.91% from 255 or 16.67% from 438); Blue value is 150 (58.98% from 255 or 34.25% from 438); Max value from RGB is 215 - color contains mainly: red. Hex color #D74996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74996 is #28B669. Grayscale: #7C7C7C. Windows color (decimal): -2668138 or 9849303. OLE color: 9849303.

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

Color convert

RGB 215 73 150 -
CMYK 0 0.66 0.30 0.16
HSL 327.46º 0.64% 0.56% -
HSV(B) 327.46º 0.66% 0.84% -
XYZ 35.91 21.41 31.09 -
YUV 124.24 142.54 192.74 -
System Red Green Blue C M Y K H S L
Decimal 215 73 150 0 0.66 0.30 0.16 327.46 0.64 0.56
Hex D7 49 96 0 42 1E 10 147 40 38
Octal 327 111 226 0 102 36 20 507 100 70
Binary 11010111 1001001 10010110 0 1000010 11110 10000 101000111 1000000 111000

Color Harmonies of #D74996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74996

Black with #D74996

Text Example


Text Example

White with #D74996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74996; }

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

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

background-color css

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

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

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

border-color css

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

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

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