Html Css Color HEX #D74A99 Mulberry

📋 copy color: '#D74A99'

red 215 ◦ green 74 ◦ blue 153

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

Shades of Mulberry #D74A99

Tints of Mulberry #D74A99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 34.62%

R = 48.64%
G = 16.74%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D74A99 (or 0xD74A99) is known color: Mulberry. HEX triplet: D7, 4A and 99. RGB value is (215,74,153). Sum of RGB (Red+Green+Blue) = 215+74+153=442 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.64% from 442); Green value is 74 (29.30% from 255 or 16.74% from 442); Blue value is 153 (60.16% from 255 or 34.62% from 442); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74A99 is #28B566. Grayscale: #7C7C7C. Windows color (decimal): -2667879 or 10046167. OLE color: 10046167.

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

Color convert

RGB 215 74 153 -
CMYK 0 0.66 0.29 0.16
HSL 326.38º 0.64% 0.57% -
HSV(B) 326.38º 0.66% 0.84% -
XYZ 36.22 21.64 32.41 -
YUV 125.17 143.71 192.08 -
System Red Green Blue C M Y K H S L
Decimal 215 74 153 0 0.66 0.29 0.16 326.38 0.64 0.57
Hex D7 4A 99 0 42 1D 10 146 40 39
Octal 327 112 231 0 102 35 20 506 100 71
Binary 11010111 1001010 10011001 0 1000010 11101 10000 101000110 1000000 111001

Color Harmonies of #D74A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74A99

Black with #D74A99

Text Example


Text Example

White with #D74A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74A99; }

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

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

background-color css

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

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

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

border-color css

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

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

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