Html Css Color HEX #D74B99 Mulberry

📋 copy color: '#D74B99'

red 215 ◦ green 75 ◦ blue 153

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

Shades of Mulberry #D74B99

Tints of Mulberry #D74B99

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.93%

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

R = 48.53%
G = 16.93%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D74B99 (or 0xD74B99) is known color: Mulberry. HEX triplet: D7, 4B and 99. RGB value is (215,75,153). Sum of RGB (Red+Green+Blue) = 215+75+153=443 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.53% from 443); Green value is 75 (29.69% from 255 or 16.93% from 443); Blue value is 153 (60.16% from 255 or 34.54% from 443); Max value from RGB is 215 - color contains mainly: red. Hex color #D74B99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74B99 is #28B466. Grayscale: #7D7D7D. Windows color (decimal): -2667623 or 10046423. OLE color: 10046423.

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

Color convert

RGB 215 75 153 -
CMYK 0 0.65 0.29 0.16
HSL 326.57º 0.64% 0.57% -
HSV(B) 326.57º 0.65% 0.84% -
XYZ 36.29 21.78 32.43 -
YUV 125.75 143.38 191.66 -
System Red Green Blue C M Y K H S L
Decimal 215 75 153 0 0.65 0.29 0.16 326.57 0.64 0.57
Hex D7 4B 99 0 41 1D 10 147 40 39
Octal 327 113 231 0 101 35 20 507 100 71
Binary 11010111 1001011 10011001 0 1000001 11101 10000 101000111 1000000 111001

Color Harmonies of #D74B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74B99

Black with #D74B99

Text Example


Text Example

White with #D74B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74B99; }

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

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

background-color css

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

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

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

border-color css

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

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

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