Html Css Color HEX #D74394 Mulberry

📋 copy color: '#D74394'

red 215 ◦ green 67 ◦ blue 148

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

Shades of Mulberry #D74394

Tints of Mulberry #D74394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.42%

R = 50%
G = 15.58%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D74394 (or 0xD74394) is known color: Mulberry. HEX triplet: D7, 43 and 94. RGB value is (215,67,148). Sum of RGB (Red+Green+Blue) = 215+67+148=430 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50% from 430); Green value is 67 (26.56% from 255 or 15.58% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 215 - color contains mainly: red. Hex color #D74394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74394 is #28BC6B. Grayscale: #787878. Windows color (decimal): -2669676 or 9716695. OLE color: 9716695.

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

Color convert

RGB 215 67 148 -
CMYK 0 0.69 0.31 0.16
HSL 327.16º 0.65% 0.55% -
HSV(B) 327.16º 0.69% 0.84% -
XYZ 35.38 20.6 30.13 -
YUV 120.49 143.53 195.41 -
System Red Green Blue C M Y K H S L
Decimal 215 67 148 0 0.69 0.31 0.16 327.16 0.65 0.55
Hex D7 43 94 0 45 1F 10 147 41 37
Octal 327 103 224 0 105 37 20 507 101 67
Binary 11010111 1000011 10010100 0 1000101 11111 10000 101000111 1000001 110111

Color Harmonies of #D74394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74394

Black with #D74394

Text Example


Text Example

White with #D74394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74394; }

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

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

background-color css

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

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

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

border-color css

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

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

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