Html Css Color HEX #D64DA3 Mulberry

📋 copy color: '#D64DA3'

red 214 ◦ green 77 ◦ blue 163

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

Shades of Mulberry #D64DA3

Tints of Mulberry #D64DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 35.9%

R = 47.14%
G = 16.96%
B = 35.9%

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

#D64DA3 (or 0xD64DA3) is known color: Mulberry. HEX triplet: D6, 4D and A3. RGB value is (214,77,163). Sum of RGB (Red+Green+Blue) = 214+77+163=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 77 (30.47% from 255 or 16.96% from 454); Blue value is 163 (64.06% from 255 or 35.90% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D64DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64DA3 is #29B25C. Grayscale: #7F7F7F. Windows color (decimal): -2732637 or 10702294. OLE color: 10702294.

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

Color convert

RGB 214 77 163 -
CMYK 0 0.64 0.24 0.16
HSL 322.34º 0.63% 0.57% -
HSV(B) 322.34º 0.64% 0.84% -
XYZ 37 22.25 36.99 -
YUV 127.77 147.89 189.51 -
System Red Green Blue C M Y K H S L
Decimal 214 77 163 0 0.64 0.24 0.16 322.34 0.63 0.57
Hex D6 4D A3 0 40 18 10 142 3F 39
Octal 326 115 243 0 100 30 20 502 77 71
Binary 11010110 1001101 10100011 0 1000000 11000 10000 101000010 111111 111001

Color Harmonies of #D64DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64DA3

Black with #D64DA3

Text Example


Text Example

White with #D64DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64DA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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