Html Css Color HEX #D74691 Mulberry

📋 copy color: '#D74691'

red 215 ◦ green 70 ◦ blue 145

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

Shades of Mulberry #D74691

Tints of Mulberry #D74691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 33.72%

R = 50%
G = 16.28%
B = 33.72%

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

#D74691 (or 0xD74691) is known color: Mulberry. HEX triplet: D7, 46 and 91. RGB value is (215,70,145). Sum of RGB (Red+Green+Blue) = 215+70+145=430 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50% from 430); Green value is 70 (27.73% from 255 or 16.28% from 430); Blue value is 145 (57.03% from 255 or 33.72% from 430); Max value from RGB is 215 - color contains mainly: red. Hex color #D74691 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74691 is #28B96E. Grayscale: #797979. Windows color (decimal): -2668911 or 9520855. OLE color: 9520855.

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

Color convert

RGB 215 70 145 -
CMYK 0 0.67 0.33 0.16
HSL 328.97º 0.64% 0.56% -
HSV(B) 328.97º 0.67% 0.84% -
XYZ 35.33 20.87 28.95 -
YUV 121.91 141.04 194.4 -
System Red Green Blue C M Y K H S L
Decimal 215 70 145 0 0.67 0.33 0.16 328.97 0.64 0.56
Hex D7 46 91 0 43 21 10 149 40 38
Octal 327 106 221 0 103 41 20 511 100 70
Binary 11010111 1000110 10010001 0 1000011 100001 10000 101001001 1000000 111000

Color Harmonies of #D74691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74691

Black with #D74691

Text Example


Text Example

White with #D74691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74691; }

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

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

background-color css

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

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

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

border-color css

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

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

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