Html Css Color HEX #D74DAA Mulberry

📋 copy color: '#D74DAA'

red 215 ◦ green 77 ◦ blue 170

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

Shades of Mulberry #D74DAA

Tints of Mulberry #D74DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.8%

R = 46.54%
G = 16.67%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D74DAA (or 0xD74DAA) is known color: Mulberry. HEX triplet: D7, 4D and AA. RGB value is (215,77,170). Sum of RGB (Red+Green+Blue) = 215+77+170=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 77 (30.47% from 255 or 16.67% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 215 - color contains mainly: red. Hex color #D74DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D74DAA is #28B255. Grayscale: #808080. Windows color (decimal): -2667094 or 11161047. OLE color: 11161047.

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

Color convert

RGB 215 77 170 -
CMYK 0 0.64 0.21 0.16
HSL 319.57º 0.63% 0.57% -
HSV(B) 319.57º 0.64% 0.84% -
XYZ 37.93 22.66 40.4 -
YUV 128.86 151.22 189.44 -
System Red Green Blue C M Y K H S L
Decimal 215 77 170 0 0.64 0.21 0.16 319.57 0.63 0.57
Hex D7 4D AA 0 40 15 10 140 3F 39
Octal 327 115 252 0 100 25 20 500 77 71
Binary 11010111 1001101 10101010 0 1000000 10101 10000 101000000 111111 111001

Color Harmonies of #D74DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74DAA

Black with #D74DAA

Text Example


Text Example

White with #D74DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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