Html Css Color HEX #D74CA9 Mulberry

📋 copy color: '#D74CA9'

red 215 ◦ green 76 ◦ blue 169

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

Shades of Mulberry #D74CA9

Tints of Mulberry #D74CA9

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.52%

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

R = 46.74%
G = 16.52%
B = 36.74%

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

#D74CA9 (or 0xD74CA9) is known color: Mulberry. HEX triplet: D7, 4C and A9. RGB value is (215,76,169). Sum of RGB (Red+Green+Blue) = 215+76+169=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 76 (30.08% from 255 or 16.52% from 460); Blue value is 169 (66.41% from 255 or 36.74% from 460); Max value from RGB is 215 - color contains mainly: red. Hex color #D74CA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74CA9 is #28B356. Grayscale: #7F7F7F. Windows color (decimal): -2667351 or 11095255. OLE color: 11095255.

HSL color Cylindrical-coordinate representation of color #D74CA9: hue angle of 319.86º degrees, saturation: 0.63, 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 #D74CA9 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 76 169 -
CMYK 0 0.65 0.21 0.16
HSL 319.86º 0.63% 0.57% -
HSV(B) 319.86º 0.65% 0.84% -
XYZ 37.77 22.48 39.88 -
YUV 128.16 151.05 189.94 -
System Red Green Blue C M Y K H S L
Decimal 215 76 169 0 0.65 0.21 0.16 319.86 0.63 0.57
Hex D7 4C A9 0 41 15 10 140 3F 39
Octal 327 114 251 0 101 25 20 500 77 71
Binary 11010111 1001100 10101001 0 1000001 10101 10000 101000000 111111 111001

Color Harmonies of #D74CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74CA9

Black with #D74CA9

Text Example


Text Example

White with #D74CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74CA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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