Html Css Color HEX #D74A8E Mulberry

📋 copy color: '#D74A8E'

red 215 ◦ green 74 ◦ blue 142

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

Shades of Mulberry #D74A8E

Tints of Mulberry #D74A8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.95%

R = 49.88%
G = 17.17%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D74A8E (or 0xD74A8E) is known color: Mulberry. HEX triplet: D7, 4A and 8E. RGB value is (215,74,142). Sum of RGB (Red+Green+Blue) = 215+74+142=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74A8E is #28B571. Grayscale: #7B7B7B. Windows color (decimal): -2667890 or 9325271. OLE color: 9325271.

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

Color convert

RGB 215 74 142 -
CMYK 0 0.66 0.34 0.16
HSL 331.06º 0.64% 0.57% -
HSV(B) 331.06º 0.66% 0.84% -
XYZ 35.36 21.3 27.84 -
YUV 123.91 138.21 192.97 -
System Red Green Blue C M Y K H S L
Decimal 215 74 142 0 0.66 0.34 0.16 331.06 0.64 0.57
Hex D7 4A 8E 0 42 22 10 14B 40 39
Octal 327 112 216 0 102 42 20 513 100 71
Binary 11010111 1001010 10001110 0 1000010 100010 10000 101001011 1000000 111001

Color Harmonies of #D74A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74A8E

Black with #D74A8E

Text Example


Text Example

White with #D74A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74A8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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