Html Css Color HEX #D640AA Mulberry

📋 copy color: '#D640AA'

red 214 ◦ green 64 ◦ blue 170

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

Shades of Mulberry #D640AA

Tints of Mulberry #D640AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.95%

R = 47.77%
G = 14.29%
B = 37.95%

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

#D640AA (or 0xD640AA) is known color: Mulberry. HEX triplet: D6, 40 and AA. RGB value is (214,64,170). Sum of RGB (Red+Green+Blue) = 214+64+170=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 64 (25.39% from 255 or 14.29% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D640AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D640AA is #29BF55. Grayscale: #787878. Windows color (decimal): -2735958 or 11157718. OLE color: 11157718.

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

Color convert

RGB 214 64 170 -
CMYK 0 0.70 0.21 0.16
HSL 317.6º 0.65% 0.55% -
HSV(B) 317.6º 0.7% 0.84% -
XYZ 36.82 20.87 40.12 -
YUV 120.93 155.7 194.38 -
System Red Green Blue C M Y K H S L
Decimal 214 64 170 0 0.70 0.21 0.16 317.6 0.65 0.55
Hex D6 40 AA 0 46 15 10 13E 41 37
Octal 326 100 252 0 106 25 20 476 101 67
Binary 11010110 1000000 10101010 0 1000110 10101 10000 100111110 1000001 110111

Color Harmonies of #D640AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D640AA

Black with #D640AA

Text Example


Text Example

White with #D640AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D640AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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