Html Css Color HEX #D640AD Mulberry

📋 copy color: '#D640AD'

red 214 ◦ green 64 ◦ blue 173

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

Shades of Mulberry #D640AD

Tints of Mulberry #D640AD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.19%

 BLUE value IS 173 (67.97% from 255) = 38.36%

R = 47.45%
G = 14.19%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D640AD (or 0xD640AD) is known color: Mulberry. HEX triplet: D6, 40 and AD. RGB value is (214,64,173). Sum of RGB (Red+Green+Blue) = 214+64+173=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 64 (25.39% from 255 or 14.19% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D640AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D640AD is #29BF52. Grayscale: #787878. Windows color (decimal): -2735955 or 11354326. OLE color: 11354326.

HSL color Cylindrical-coordinate representation of color #D640AD: hue angle of 316.4º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D640AD is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 64 173 -
CMYK 0 0.70 0.19 0.16
HSL 316.4º 0.65% 0.55% -
HSV(B) 316.4º 0.7% 0.84% -
XYZ 37.11 20.98 41.63 -
YUV 121.28 157.2 194.14 -
System Red Green Blue C M Y K H S L
Decimal 214 64 173 0 0.70 0.19 0.16 316.4 0.65 0.55
Hex D6 40 AD 0 46 13 10 13C 41 37
Octal 326 100 255 0 106 23 20 474 101 67
Binary 11010110 1000000 10101101 0 1000110 10011 10000 100111100 1000001 110111

Color Harmonies of #D640AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D640AD

Black with #D640AD

Text Example


Text Example

White with #D640AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D640AD; }

 p { color: rgb(214,64,173); }

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

background-color css

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

 a { background-color: rgb(214,64,173); }

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

border-color css

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

 span { border-color: rgb(214,64,173); }

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