Html Css Color HEX #D74A9C Mulberry

📋 copy color: '#D74A9C'

red 215 ◦ green 74 ◦ blue 156

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

Shades of Mulberry #D74A9C

Tints of Mulberry #D74A9C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.63%

 BLUE value IS 156 (61.33% from 255) = 35.06%

R = 48.31%
G = 16.63%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D74A9C (or 0xD74A9C) is known color: Mulberry. HEX triplet: D7, 4A and 9C. RGB value is (215,74,156). Sum of RGB (Red+Green+Blue) = 215+74+156=445 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.31% from 445); Green value is 74 (29.30% from 255 or 16.63% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74A9C is #28B563. Grayscale: #7D7D7D. Windows color (decimal): -2667876 or 10242775. OLE color: 10242775.

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

Color convert

RGB 215 74 156 -
CMYK 0 0.66 0.27 0.16
HSL 325.11º 0.64% 0.57% -
HSV(B) 325.11º 0.66% 0.84% -
XYZ 36.47 21.74 33.73 -
YUV 125.51 145.21 191.83 -
System Red Green Blue C M Y K H S L
Decimal 215 74 156 0 0.66 0.27 0.16 325.11 0.64 0.57
Hex D7 4A 9C 0 42 1B 10 145 40 39
Octal 327 112 234 0 102 33 20 505 100 71
Binary 11010111 1001010 10011100 0 1000010 11011 10000 101000101 1000000 111001

Color Harmonies of #D74A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74A9C

Black with #D74A9C

Text Example


Text Example

White with #D74A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74A9C; }

 p { color: rgb(215,74,156); }

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

background-color css

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

 a { background-color: rgb(215,74,156); }

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

border-color css

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

 span { border-color: rgb(215,74,156); }

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