Html Css Color HEX #D64891 Mulberry

📋 copy color: '#D64891'

red 214 ◦ green 72 ◦ blue 145

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

Shades of Mulberry #D64891

Tints of Mulberry #D64891

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.71%

 BLUE value IS 145 (57.03% from 255) = 33.64%

R = 49.65%
G = 16.71%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D64891 (or 0xD64891) is known color: Mulberry. HEX triplet: D6, 48 and 91. RGB value is (214,72,145). Sum of RGB (Red+Green+Blue) = 214+72+145=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 72 (28.52% from 255 or 16.71% from 431); Blue value is 145 (57.03% from 255 or 33.64% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D64891 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64891 is #29B76E. Grayscale: #7A7A7A. Windows color (decimal): -2733935 or 9521366. OLE color: 9521366.

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

Color convert

RGB 214 72 145 -
CMYK 0 0.66 0.32 0.16
HSL 329.15º 0.63% 0.56% -
HSV(B) 329.15º 0.66% 0.84% -
XYZ 35.16 20.98 28.98 -
YUV 122.78 140.54 193.06 -
System Red Green Blue C M Y K H S L
Decimal 214 72 145 0 0.66 0.32 0.16 329.15 0.63 0.56
Hex D6 48 91 0 42 20 10 149 3F 38
Octal 326 110 221 0 102 40 20 511 77 70
Binary 11010110 1001000 10010001 0 1000010 100000 10000 101001001 111111 111000

Color Harmonies of #D64891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64891

Black with #D64891

Text Example


Text Example

White with #D64891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64891; }

 p { color: rgb(214,72,145); }

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

background-color css

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

 a { background-color: rgb(214,72,145); }

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

border-color css

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

 span { border-color: rgb(214,72,145); }

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