Html Css Color HEX #D644A6 Mulberry

📋 copy color: '#D644A6'

red 214 ◦ green 68 ◦ blue 166

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

Shades of Mulberry #D644A6

Tints of Mulberry #D644A6

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.18%

 BLUE value IS 166 (65.23% from 255) = 37.05%

R = 47.77%
G = 15.18%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D644A6 (or 0xD644A6) is known color: Mulberry. HEX triplet: D6, 44 and A6. RGB value is (214,68,166). Sum of RGB (Red+Green+Blue) = 214+68+166=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 68 (26.95% from 255 or 15.18% from 448); Blue value is 166 (65.23% from 255 or 37.05% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D644A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D644A6 is #29BB59. Grayscale: #7A7A7A. Windows color (decimal): -2734938 or 10896598. OLE color: 10896598.

HSL color Cylindrical-coordinate representation of color #D644A6: hue angle of 319.73º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D644A6 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 68 166 -
CMYK 0 0.68 0.22 0.16
HSL 319.73º 0.64% 0.55% -
HSV(B) 319.73º 0.68% 0.84% -
XYZ 36.68 21.18 38.23 -
YUV 122.83 152.37 193.03 -
System Red Green Blue C M Y K H S L
Decimal 214 68 166 0 0.68 0.22 0.16 319.73 0.64 0.55
Hex D6 44 A6 0 44 16 10 140 40 37
Octal 326 104 246 0 104 26 20 500 100 67
Binary 11010110 1000100 10100110 0 1000100 10110 10000 101000000 1000000 110111

Color Harmonies of #D644A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D644A6

Black with #D644A6

Text Example


Text Example

White with #D644A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D644A6; }

 p { color: rgb(214,68,166); }

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

background-color css

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

 a { background-color: rgb(214,68,166); }

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

border-color css

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

 span { border-color: rgb(214,68,166); }

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