Html Css Color HEX #D64DAA Mulberry

📋 copy color: '#D64DAA'

red 214 ◦ green 77 ◦ blue 170

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

Shades of Mulberry #D64DAA

Tints of Mulberry #D64DAA

RGB

 RED value IS 214 (83.98% from 255) = 46.42%

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

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

R = 46.42%
G = 16.7%
B = 36.88%

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

#D64DAA (or 0xD64DAA) is known color: Mulberry. HEX triplet: D6, 4D and AA. RGB value is (214,77,170). Sum of RGB (Red+Green+Blue) = 214+77+170=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 77 (30.47% from 255 or 16.70% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D64DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64DAA is #29B255. Grayscale: #808080. Windows color (decimal): -2732630 or 11161046. OLE color: 11161046.

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

Color convert

RGB 214 77 170 -
CMYK 0 0.64 0.21 0.16
HSL 319.27º 0.63% 0.57% -
HSV(B) 319.27º 0.64% 0.84% -
XYZ 37.64 22.51 40.39 -
YUV 128.57 151.39 188.94 -
System Red Green Blue C M Y K H S L
Decimal 214 77 170 0 0.64 0.21 0.16 319.27 0.63 0.57
Hex D6 4D AA 0 40 15 10 13F 3F 39
Octal 326 115 252 0 100 25 20 477 77 71
Binary 11010110 1001101 10101010 0 1000000 10101 10000 100111111 111111 111001

Color Harmonies of #D64DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64DAA

Black with #D64DAA

Text Example


Text Example

White with #D64DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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