Html Css Color HEX #D640A8 Mulberry

📋 copy color: '#D640A8'

red 214 ◦ green 64 ◦ blue 168

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

Shades of Mulberry #D640A8

Tints of Mulberry #D640A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 37.67%

R = 47.98%
G = 14.35%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D640A8 (or 0xD640A8) is known color: Mulberry. HEX triplet: D6, 40 and A8. RGB value is (214,64,168). Sum of RGB (Red+Green+Blue) = 214+64+168=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 64 (25.39% from 255 or 14.35% from 446); Blue value is 168 (66.02% from 255 or 37.67% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D640A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D640A8 is #29BF57. Grayscale: #787878. Windows color (decimal): -2735960 or 11026646. OLE color: 11026646.

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

Color convert

RGB 214 64 168 -
CMYK 0 0.70 0.21 0.16
HSL 318.4º 0.65% 0.55% -
HSV(B) 318.4º 0.7% 0.84% -
XYZ 36.63 20.79 39.13 -
YUV 120.71 154.7 194.54 -
System Red Green Blue C M Y K H S L
Decimal 214 64 168 0 0.70 0.21 0.16 318.4 0.65 0.55
Hex D6 40 A8 0 46 15 10 13E 41 37
Octal 326 100 250 0 106 25 20 476 101 67
Binary 11010110 1000000 10101000 0 1000110 10101 10000 100111110 1000001 110111

Color Harmonies of #D640A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D640A8

Black with #D640A8

Text Example


Text Example

White with #D640A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D640A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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