Html Css Color HEX #D640AC Mulberry

📋 copy color: '#D640AC'

red 214 ◦ green 64 ◦ blue 172

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

Shades of Mulberry #D640AC

Tints of Mulberry #D640AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.22%

R = 47.56%
G = 14.22%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D640AC (or 0xD640AC) is known color: Mulberry. HEX triplet: D6, 40 and AC. RGB value is (214,64,172). Sum of RGB (Red+Green+Blue) = 214+64+172=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 64 (25.39% from 255 or 14.22% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D640AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D640AC is #29BF53. Grayscale: #787878. Windows color (decimal): -2735956 or 11288790. OLE color: 11288790.

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

Color convert

RGB 214 64 172 -
CMYK 0 0.70 0.20 0.16
HSL 316.8º 0.65% 0.55% -
HSV(B) 316.8º 0.7% 0.84% -
XYZ 37.01 20.94 41.12 -
YUV 121.16 156.7 194.22 -
System Red Green Blue C M Y K H S L
Decimal 214 64 172 0 0.70 0.20 0.16 316.8 0.65 0.55
Hex D6 40 AC 0 46 14 10 13D 41 37
Octal 326 100 254 0 106 24 20 475 101 67
Binary 11010110 1000000 10101100 0 1000110 10100 10000 100111101 1000001 110111

Color Harmonies of #D640AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D640AC

Black with #D640AC

Text Example


Text Example

White with #D640AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D640AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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