Html Css Color HEX #D64DA0 Mulberry

📋 copy color: '#D64DA0'

red 214 ◦ green 77 ◦ blue 160

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

Shades of Mulberry #D64DA0

Tints of Mulberry #D64DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 35.48%

R = 47.45%
G = 17.07%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D64DA0 (or 0xD64DA0) is known color: Mulberry. HEX triplet: D6, 4D and A0. RGB value is (214,77,160). Sum of RGB (Red+Green+Blue) = 214+77+160=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 77 (30.47% from 255 or 17.07% from 451); Blue value is 160 (62.89% from 255 or 35.48% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D64DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64DA0 is #29B25F. Grayscale: #7F7F7F. Windows color (decimal): -2732640 or 10505686. OLE color: 10505686.

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

Color convert

RGB 214 77 160 -
CMYK 0 0.64 0.25 0.16
HSL 323.65º 0.63% 0.57% -
HSV(B) 323.65º 0.64% 0.84% -
XYZ 36.73 22.14 35.6 -
YUV 127.43 146.39 189.75 -
System Red Green Blue C M Y K H S L
Decimal 214 77 160 0 0.64 0.25 0.16 323.65 0.63 0.57
Hex D6 4D A0 0 40 19 10 144 3F 39
Octal 326 115 240 0 100 31 20 504 77 71
Binary 11010110 1001101 10100000 0 1000000 11001 10000 101000100 111111 111001

Color Harmonies of #D64DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64DA0

Black with #D64DA0

Text Example


Text Example

White with #D64DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64DA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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