Html Css Color HEX #D74694 Mulberry

📋 copy color: '#D74694'

red 215 ◦ green 70 ◦ blue 148

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

Shades of Mulberry #D74694

Tints of Mulberry #D74694

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.17%

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

R = 49.65%
G = 16.17%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D74694 (or 0xD74694) is known color: Mulberry. HEX triplet: D7, 46 and 94. RGB value is (215,70,148). Sum of RGB (Red+Green+Blue) = 215+70+148=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 70 (27.73% from 255 or 16.17% from 433); Blue value is 148 (58.20% from 255 or 34.18% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D74694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74694 is #28B96B. Grayscale: #7A7A7A. Windows color (decimal): -2668908 or 9717463. OLE color: 9717463.

HSL color Cylindrical-coordinate representation of color #D74694: hue angle of 327.72º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D74694 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 70 148 -
CMYK 0 0.67 0.31 0.16
HSL 327.72º 0.64% 0.56% -
HSV(B) 327.72º 0.67% 0.84% -
XYZ 35.56 20.97 30.19 -
YUV 122.25 142.54 194.16 -
System Red Green Blue C M Y K H S L
Decimal 215 70 148 0 0.67 0.31 0.16 327.72 0.64 0.56
Hex D7 46 94 0 43 1F 10 148 40 38
Octal 327 106 224 0 103 37 20 510 100 70
Binary 11010111 1000110 10010100 0 1000011 11111 10000 101001000 1000000 111000

Color Harmonies of #D74694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74694

Black with #D74694

Text Example


Text Example

White with #D74694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74694; }

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

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

background-color css

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

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

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

border-color css

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

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

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