Html Css Color HEX #D74BA9 Mulberry

📋 copy color: '#D74BA9'

red 215 ◦ green 75 ◦ blue 169

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

Shades of Mulberry #D74BA9

Tints of Mulberry #D74BA9

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.34%

 BLUE value IS 169 (66.41% from 255) = 36.82%

R = 46.84%
G = 16.34%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D74BA9 (or 0xD74BA9) is known color: Mulberry. HEX triplet: D7, 4B and A9. RGB value is (215,75,169). Sum of RGB (Red+Green+Blue) = 215+75+169=459 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.84% from 459); Green value is 75 (29.69% from 255 or 16.34% from 459); Blue value is 169 (66.41% from 255 or 36.82% from 459); Max value from RGB is 215 - color contains mainly: red. Hex color #D74BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74BA9 is #28B456. Grayscale: #7F7F7F. Windows color (decimal): -2667607 or 11094999. OLE color: 11094999.

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

Color convert

RGB 215 75 169 -
CMYK 0 0.65 0.21 0.16
HSL 319.71º 0.64% 0.57% -
HSV(B) 319.71º 0.65% 0.84% -
XYZ 37.7 22.34 39.86 -
YUV 127.58 151.38 190.36 -
System Red Green Blue C M Y K H S L
Decimal 215 75 169 0 0.65 0.21 0.16 319.71 0.64 0.57
Hex D7 4B A9 0 41 15 10 140 40 39
Octal 327 113 251 0 101 25 20 500 100 71
Binary 11010111 1001011 10101001 0 1000001 10101 10000 101000000 1000000 111001

Color Harmonies of #D74BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74BA9

Black with #D74BA9

Text Example


Text Example

White with #D74BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74BA9; }

 p { color: rgb(215,75,169); }

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

background-color css

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

 a { background-color: rgb(215,75,169); }

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

border-color css

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

 span { border-color: rgb(215,75,169); }

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