Html Css Color HEX #D74396 Mulberry

📋 copy color: '#D74396'

red 215 ◦ green 67 ◦ blue 150

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

Shades of Mulberry #D74396

Tints of Mulberry #D74396

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.51%

 BLUE value IS 150 (58.98% from 255) = 34.72%

R = 49.77%
G = 15.51%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D74396 (or 0xD74396) is known color: Mulberry. HEX triplet: D7, 43 and 96. RGB value is (215,67,150). Sum of RGB (Red+Green+Blue) = 215+67+150=432 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.77% from 432); Green value is 67 (26.56% from 255 or 15.51% from 432); Blue value is 150 (58.98% from 255 or 34.72% from 432); Max value from RGB is 215 - color contains mainly: red. Hex color #D74396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74396 is #28BC69. Grayscale: #787878. Windows color (decimal): -2669674 or 9847767. OLE color: 9847767.

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

Color convert

RGB 215 67 150 -
CMYK 0 0.69 0.30 0.16
HSL 326.35º 0.65% 0.55% -
HSV(B) 326.35º 0.69% 0.84% -
XYZ 35.54 20.66 30.97 -
YUV 120.71 144.53 195.25 -
System Red Green Blue C M Y K H S L
Decimal 215 67 150 0 0.69 0.30 0.16 326.35 0.65 0.55
Hex D7 43 96 0 45 1E 10 146 41 37
Octal 327 103 226 0 105 36 20 506 101 67
Binary 11010111 1000011 10010110 0 1000101 11110 10000 101000110 1000001 110111

Color Harmonies of #D74396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74396

Black with #D74396

Text Example


Text Example

White with #D74396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74396; }

 p { color: rgb(215,67,150); }

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

background-color css

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

 a { background-color: rgb(215,67,150); }

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

border-color css

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

 span { border-color: rgb(215,67,150); }

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