Html Css Color HEX #D64BA6 Mulberry

📋 copy color: '#D64BA6'

red 214 ◦ green 75 ◦ blue 166

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

Shades of Mulberry #D64BA6

Tints of Mulberry #D64BA6

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.48%

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

R = 47.03%
G = 16.48%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D64BA6 (or 0xD64BA6) is known color: Mulberry. HEX triplet: D6, 4B and A6. RGB value is (214,75,166). Sum of RGB (Red+Green+Blue) = 214+75+166=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 75 (29.69% from 255 or 16.48% from 455); Blue value is 166 (65.23% from 255 or 36.48% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D64BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64BA6 is #29B459. Grayscale: #7E7E7E. Windows color (decimal): -2733146 or 10898390. OLE color: 10898390.

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

Color convert

RGB 214 75 166 -
CMYK 0 0.65 0.22 0.16
HSL 320.72º 0.63% 0.57% -
HSV(B) 320.72º 0.65% 0.84% -
XYZ 37.13 22.08 38.38 -
YUV 126.94 150.05 190.1 -
System Red Green Blue C M Y K H S L
Decimal 214 75 166 0 0.65 0.22 0.16 320.72 0.63 0.57
Hex D6 4B A6 0 41 16 10 141 3F 39
Octal 326 113 246 0 101 26 20 501 77 71
Binary 11010110 1001011 10100110 0 1000001 10110 10000 101000001 111111 111001

Color Harmonies of #D64BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64BA6

Black with #D64BA6

Text Example


Text Example

White with #D64BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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