Html Css Color HEX #D74791 Mulberry

📋 copy color: '#D74791'

red 215 ◦ green 71 ◦ blue 145

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

Shades of Mulberry #D74791

Tints of Mulberry #D74791

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.47%

 BLUE value IS 145 (57.03% from 255) = 33.64%

R = 49.88%
G = 16.47%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D74791 (or 0xD74791) is known color: Mulberry. HEX triplet: D7, 47 and 91. RGB value is (215,71,145). Sum of RGB (Red+Green+Blue) = 215+71+145=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 71 (28.12% from 255 or 16.47% from 431); Blue value is 145 (57.03% from 255 or 33.64% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D74791 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74791 is #28B86E. Grayscale: #7A7A7A. Windows color (decimal): -2668655 or 9521111. OLE color: 9521111.

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

Color convert

RGB 215 71 145 -
CMYK 0 0.67 0.33 0.16
HSL 329.17º 0.64% 0.56% -
HSV(B) 329.17º 0.67% 0.84% -
XYZ 35.39 21 28.98 -
YUV 122.49 140.71 193.98 -
System Red Green Blue C M Y K H S L
Decimal 215 71 145 0 0.67 0.33 0.16 329.17 0.64 0.56
Hex D7 47 91 0 43 21 10 149 40 38
Octal 327 107 221 0 103 41 20 511 100 70
Binary 11010111 1000111 10010001 0 1000011 100001 10000 101001001 1000000 111000

Color Harmonies of #D74791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74791

Black with #D74791

Text Example


Text Example

White with #D74791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74791; }

 p { color: rgb(215,71,145); }

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

background-color css

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

 a { background-color: rgb(215,71,145); }

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

border-color css

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

 span { border-color: rgb(215,71,145); }

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