Html Css Color HEX #D74DA4 Mulberry

📋 copy color: '#D74DA4'

red 215 ◦ green 77 ◦ blue 164

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

Shades of Mulberry #D74DA4

Tints of Mulberry #D74DA4

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.89%

 BLUE value IS 164 (64.45% from 255) = 35.96%

R = 47.15%
G = 16.89%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D74DA4 (or 0xD74DA4) is known color: Mulberry. HEX triplet: D7, 4D and A4. RGB value is (215,77,164). Sum of RGB (Red+Green+Blue) = 215+77+164=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 77 (30.47% from 255 or 16.89% from 456); Blue value is 164 (64.45% from 255 or 35.96% from 456); Max value from RGB is 215 - color contains mainly: red. Hex color #D74DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D74DA4 is #28B25B. Grayscale: #7F7F7F. Windows color (decimal): -2667100 or 10767831. OLE color: 10767831.

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

Color convert

RGB 215 77 164 -
CMYK 0 0.64 0.24 0.16
HSL 322.17º 0.63% 0.57% -
HSV(B) 322.17º 0.64% 0.84% -
XYZ 37.38 22.44 37.48 -
YUV 128.18 148.22 189.93 -
System Red Green Blue C M Y K H S L
Decimal 215 77 164 0 0.64 0.24 0.16 322.17 0.63 0.57
Hex D7 4D A4 0 40 18 10 142 3F 39
Octal 327 115 244 0 100 30 20 502 77 71
Binary 11010111 1001101 10100100 0 1000000 11000 10000 101000010 111111 111001

Color Harmonies of #D74DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74DA4

Black with #D74DA4

Text Example


Text Example

White with #D74DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74DA4; }

 p { color: rgb(215,77,164); }

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

background-color css

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

 a { background-color: rgb(215,77,164); }

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

border-color css

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

 span { border-color: rgb(215,77,164); }

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