Html Css Color HEX #D74DA9 Mulberry

📋 copy color: '#D74DA9'

red 215 ◦ green 77 ◦ blue 169

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

Shades of Mulberry #D74DA9

Tints of Mulberry #D74DA9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.7%

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

R = 46.64%
G = 16.7%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D74DA9 (or 0xD74DA9) is known color: Mulberry. HEX triplet: D7, 4D and A9. RGB value is (215,77,169). Sum of RGB (Red+Green+Blue) = 215+77+169=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 77 (30.47% from 255 or 16.70% from 461); Blue value is 169 (66.41% from 255 or 36.66% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D74DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D74DA9 is #28B256. Grayscale: #808080. Windows color (decimal): -2667095 or 11095511. OLE color: 11095511.

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

Color convert

RGB 215 77 169 -
CMYK 0 0.64 0.21 0.16
HSL 320º 0.63% 0.57% -
HSV(B) 320º 0.64% 0.84% -
XYZ 37.84 22.62 39.91 -
YUV 128.75 150.72 189.52 -
System Red Green Blue C M Y K H S L
Decimal 215 77 169 0 0.64 0.21 0.16 320 0.63 0.57
Hex D7 4D A9 0 40 15 10 140 3F 39
Octal 327 115 251 0 100 25 20 500 77 71
Binary 11010111 1001101 10101001 0 1000000 10101 10000 101000000 111111 111001

Color Harmonies of #D74DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74DA9

Black with #D74DA9

Text Example


Text Example

White with #D74DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74DA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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