Html Css Color HEX #D640AB Mulberry

📋 copy color: '#D640AB'

red 214 ◦ green 64 ◦ blue 171

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

Shades of Mulberry #D640AB

Tints of Mulberry #D640AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.08%

R = 47.66%
G = 14.25%
B = 38.08%

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

#D640AB (or 0xD640AB) is known color: Mulberry. HEX triplet: D6, 40 and AB. RGB value is (214,64,171). Sum of RGB (Red+Green+Blue) = 214+64+171=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 64 (25.39% from 255 or 14.25% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D640AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D640AB is #29BF54. Grayscale: #787878. Windows color (decimal): -2735957 or 11223254. OLE color: 11223254.

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

Color convert

RGB 214 64 171 -
CMYK 0 0.70 0.20 0.16
HSL 317.2º 0.65% 0.55% -
HSV(B) 317.2º 0.7% 0.84% -
XYZ 36.92 20.9 40.62 -
YUV 121.05 156.2 194.3 -
System Red Green Blue C M Y K H S L
Decimal 214 64 171 0 0.70 0.20 0.16 317.2 0.65 0.55
Hex D6 40 AB 0 46 14 10 13D 41 37
Octal 326 100 253 0 106 24 20 475 101 67
Binary 11010110 1000000 10101011 0 1000110 10100 10000 100111101 1000001 110111

Color Harmonies of #D640AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D640AB

Black with #D640AB

Text Example


Text Example

White with #D640AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D640AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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