Html Css Color HEX #D74895 Mulberry

📋 copy color: '#D74895'

red 215 ◦ green 72 ◦ blue 149

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

Shades of Mulberry #D74895

Tints of Mulberry #D74895

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.51%

 BLUE value IS 149 (58.59% from 255) = 34.17%

R = 49.31%
G = 16.51%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D74895 (or 0xD74895) is known color: Mulberry. HEX triplet: D7, 48 and 95. RGB value is (215,72,149). Sum of RGB (Red+Green+Blue) = 215+72+149=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 72 (28.52% from 255 or 16.51% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 215 - color contains mainly: red. Hex color #D74895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74895 is #28B76A. Grayscale: #7B7B7B. Windows color (decimal): -2668395 or 9783511. OLE color: 9783511.

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

Color convert

RGB 215 72 149 -
CMYK 0 0.67 0.31 0.16
HSL 327.69º 0.64% 0.56% -
HSV(B) 327.69º 0.67% 0.84% -
XYZ 35.77 21.25 30.65 -
YUV 123.54 142.38 193.24 -
System Red Green Blue C M Y K H S L
Decimal 215 72 149 0 0.67 0.31 0.16 327.69 0.64 0.56
Hex D7 48 95 0 43 1F 10 148 40 38
Octal 327 110 225 0 103 37 20 510 100 70
Binary 11010111 1001000 10010101 0 1000011 11111 10000 101001000 1000000 111000

Color Harmonies of #D74895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74895

Black with #D74895

Text Example


Text Example

White with #D74895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74895; }

 p { color: rgb(215,72,149); }

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

background-color css

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

 a { background-color: rgb(215,72,149); }

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

border-color css

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

 span { border-color: rgb(215,72,149); }

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