Html Css Color HEX #D64F89 Mulberry

📋 copy color: '#D64F89'

red 214 ◦ green 79 ◦ blue 137

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

Shades of Mulberry #D64F89

Tints of Mulberry #D64F89

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.37%

 BLUE value IS 137 (53.91% from 255) = 31.86%

R = 49.77%
G = 18.37%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D64F89 (or 0xD64F89) is known color: Mulberry. HEX triplet: D6, 4F and 89. RGB value is (214,79,137). Sum of RGB (Red+Green+Blue) = 214+79+137=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 79 (31.25% from 255 or 18.37% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64F89 is #29B076. Grayscale: #7D7D7D. Windows color (decimal): -2732151 or 8998870. OLE color: 8998870.

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

Color convert

RGB 214 79 137 -
CMYK 0 0.63 0.36 0.16
HSL 334.22º 0.62% 0.57% -
HSV(B) 334.22º 0.63% 0.84% -
XYZ 35.04 21.69 26.01 -
YUV 125.98 134.23 190.78 -
System Red Green Blue C M Y K H S L
Decimal 214 79 137 0 0.63 0.36 0.16 334.22 0.62 0.57
Hex D6 4F 89 0 3F 24 10 14E 3E 39
Octal 326 117 211 0 77 44 20 516 76 71
Binary 11010110 1001111 10001001 0 111111 100100 10000 101001110 111110 111001

Color Harmonies of #D64F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64F89

Black with #D64F89

Text Example


Text Example

White with #D64F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64F89; }

 p { color: rgb(214,79,137); }

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

background-color css

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

 a { background-color: rgb(214,79,137); }

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

border-color css

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

 span { border-color: rgb(214,79,137); }

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