Html Css Color HEX #D64DA9 Mulberry

📋 copy color: '#D64DA9'

red 214 ◦ green 77 ◦ blue 169

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

Shades of Mulberry #D64DA9

Tints of Mulberry #D64DA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 36.74%

R = 46.52%
G = 16.74%
B = 36.74%

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

#D64DA9 (or 0xD64DA9) is known color: Mulberry. HEX triplet: D6, 4D and A9. RGB value is (214,77,169). Sum of RGB (Red+Green+Blue) = 214+77+169=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 169 (66.41% from 255 or 36.74% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D64DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64DA9 is #29B256. Grayscale: #808080. Windows color (decimal): -2732631 or 11095510. OLE color: 11095510.

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

Color convert

RGB 214 77 169 -
CMYK 0 0.64 0.21 0.16
HSL 319.71º 0.63% 0.57% -
HSV(B) 319.71º 0.64% 0.84% -
XYZ 37.55 22.47 39.89 -
YUV 128.45 150.89 189.02 -
System Red Green Blue C M Y K H S L
Decimal 214 77 169 0 0.64 0.21 0.16 319.71 0.63 0.57
Hex D6 4D A9 0 40 15 10 140 3F 39
Octal 326 115 251 0 100 25 20 500 77 71
Binary 11010110 1001101 10101001 0 1000000 10101 10000 101000000 111111 111001

Color Harmonies of #D64DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64DA9

Black with #D64DA9

Text Example


Text Example

White with #D64DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64DA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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