Html Css Color HEX #D74790 Mulberry

📋 copy color: '#D74790'

red 215 ◦ green 71 ◦ blue 144

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

Shades of Mulberry #D74790

Tints of Mulberry #D74790

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.51%

 BLUE value IS 144 (56.64% from 255) = 33.49%

R = 50%
G = 16.51%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D74790 (or 0xD74790) is known color: Mulberry. HEX triplet: D7, 47 and 90. RGB value is (215,71,144). Sum of RGB (Red+Green+Blue) = 215+71+144=430 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50% from 430); Green value is 71 (28.12% from 255 or 16.51% from 430); Blue value is 144 (56.64% from 255 or 33.49% from 430); Max value from RGB is 215 - color contains mainly: red. Hex color #D74790 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74790 is #28B86F. Grayscale: #7A7A7A. Windows color (decimal): -2668656 or 9455575. OLE color: 9455575.

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

Color convert

RGB 215 71 144 -
CMYK 0 0.67 0.33 0.16
HSL 329.58º 0.64% 0.56% -
HSV(B) 329.58º 0.67% 0.84% -
XYZ 35.31 20.97 28.57 -
YUV 122.38 140.21 194.06 -
System Red Green Blue C M Y K H S L
Decimal 215 71 144 0 0.67 0.33 0.16 329.58 0.64 0.56
Hex D7 47 90 0 43 21 10 14A 40 38
Octal 327 107 220 0 103 41 20 512 100 70
Binary 11010111 1000111 10010000 0 1000011 100001 10000 101001010 1000000 111000

Color Harmonies of #D74790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74790

Black with #D74790

Text Example


Text Example

White with #D74790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74790; }

 p { color: rgb(215,71,144); }

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

background-color css

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

 a { background-color: rgb(215,71,144); }

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

border-color css

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

 span { border-color: rgb(215,71,144); }

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