Html Css Color HEX #D74F92 Mulberry

📋 copy color: '#D74F92'

red 215 ◦ green 79 ◦ blue 146

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

Shades of Mulberry #D74F92

Tints of Mulberry #D74F92

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.95%

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

R = 48.86%
G = 17.95%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D74F92 (or 0xD74F92) is known color: Mulberry. HEX triplet: D7, 4F and 92. RGB value is (215,79,146). Sum of RGB (Red+Green+Blue) = 215+79+146=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 79 (31.25% from 255 or 17.95% from 440); Blue value is 146 (57.42% from 255 or 33.18% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D74F92 is #28B06D. Grayscale: #7F7F7F. Windows color (decimal): -2666606 or 9588695. OLE color: 9588695.

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

Color convert

RGB 215 79 146 -
CMYK 0 0.63 0.32 0.16
HSL 330.44º 0.63% 0.58% -
HSV(B) 330.44º 0.63% 0.84% -
XYZ 36.01 22.11 29.56 -
YUV 127.3 138.56 190.55 -
System Red Green Blue C M Y K H S L
Decimal 215 79 146 0 0.63 0.32 0.16 330.44 0.63 0.58
Hex D7 4F 92 0 3F 20 10 14A 3F 3A
Octal 327 117 222 0 77 40 20 512 77 72
Binary 11010111 1001111 10010010 0 111111 100000 10000 101001010 111111 111010

Color Harmonies of #D74F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74F92

Black with #D74F92

Text Example


Text Example

White with #D74F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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