Html Css Color HEX #D74988 Mulberry

📋 copy color: '#D74988'

red 215 ◦ green 73 ◦ blue 136

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

Shades of Mulberry #D74988

Tints of Mulberry #D74988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 32.08%

R = 50.71%
G = 17.22%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D74988 (or 0xD74988) is known color: Mulberry. HEX triplet: D7, 49 and 88. RGB value is (215,73,136). Sum of RGB (Red+Green+Blue) = 215+73+136=424 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.71% from 424); Green value is 73 (28.91% from 255 or 17.22% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 215 - color contains mainly: red. Hex color #D74988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74988 is #28B677. Grayscale: #7A7A7A. Windows color (decimal): -2668152 or 8931799. OLE color: 8931799.

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

Color convert

RGB 215 73 136 -
CMYK 0 0.66 0.37 0.16
HSL 333.38º 0.64% 0.56% -
HSV(B) 333.38º 0.66% 0.84% -
XYZ 34.85 20.99 25.51 -
YUV 122.64 135.54 193.88 -
System Red Green Blue C M Y K H S L
Decimal 215 73 136 0 0.66 0.37 0.16 333.38 0.64 0.56
Hex D7 49 88 0 42 25 10 14D 40 38
Octal 327 111 210 0 102 45 20 515 100 70
Binary 11010111 1001001 10001000 0 1000010 100101 10000 101001101 1000000 111000

Color Harmonies of #D74988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74988

Black with #D74988

Text Example


Text Example

White with #D74988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74988; }

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

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

background-color css

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

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

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

border-color css

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

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

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