Html Css Color HEX #D74492 Mulberry

📋 copy color: '#D74492'

red 215 ◦ green 68 ◦ blue 146

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

Shades of Mulberry #D74492

Tints of Mulberry #D74492

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.85%

 BLUE value IS 146 (57.42% from 255) = 34.03%

R = 50.12%
G = 15.85%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D74492 (or 0xD74492) is known color: Mulberry. HEX triplet: D7, 44 and 92. RGB value is (215,68,146). Sum of RGB (Red+Green+Blue) = 215+68+146=429 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.12% from 429); Green value is 68 (26.95% from 255 or 15.85% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 215 - color contains mainly: red. Hex color #D74492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74492 is #28BB6D. Grayscale: #787878. Windows color (decimal): -2669422 or 9585879. OLE color: 9585879.

HSL color Cylindrical-coordinate representation of color #D74492: hue angle of 328.16º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D74492 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 68 146 -
CMYK 0 0.68 0.32 0.16
HSL 328.16º 0.65% 0.55% -
HSV(B) 328.16º 0.68% 0.84% -
XYZ 35.28 20.66 29.32 -
YUV 120.85 142.2 195.16 -
System Red Green Blue C M Y K H S L
Decimal 215 68 146 0 0.68 0.32 0.16 328.16 0.65 0.55
Hex D7 44 92 0 44 20 10 148 41 37
Octal 327 104 222 0 104 40 20 510 101 67
Binary 11010111 1000100 10010010 0 1000100 100000 10000 101001000 1000001 110111

Color Harmonies of #D74492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74492

Black with #D74492

Text Example


Text Example

White with #D74492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74492; }

 p { color: rgb(215,68,146); }

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

background-color css

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

 a { background-color: rgb(215,68,146); }

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

border-color css

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

 span { border-color: rgb(215,68,146); }

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