Html Css Color HEX #D74A9F Mulberry

📋 copy color: '#D74A9F'

red 215 ◦ green 74 ◦ blue 159

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

Shades of Mulberry #D74A9F

Tints of Mulberry #D74A9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.49%

R = 47.99%
G = 16.52%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D74A9F (or 0xD74A9F) is known color: Mulberry. HEX triplet: D7, 4A and 9F. RGB value is (215,74,159). Sum of RGB (Red+Green+Blue) = 215+74+159=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 74 (29.30% from 255 or 16.52% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74A9F is #28B560. Grayscale: #7D7D7D. Windows color (decimal): -2667873 or 10439383. OLE color: 10439383.

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

Color convert

RGB 215 74 159 -
CMYK 0 0.66 0.26 0.16
HSL 323.83º 0.64% 0.57% -
HSV(B) 323.83º 0.66% 0.84% -
XYZ 36.73 21.85 35.08 -
YUV 125.85 146.71 191.59 -
System Red Green Blue C M Y K H S L
Decimal 215 74 159 0 0.66 0.26 0.16 323.83 0.64 0.57
Hex D7 4A 9F 0 42 1A 10 144 40 39
Octal 327 112 237 0 102 32 20 504 100 71
Binary 11010111 1001010 10011111 0 1000010 11010 10000 101000100 1000000 111001

Color Harmonies of #D74A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74A9F

Black with #D74A9F

Text Example


Text Example

White with #D74A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74A9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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