Html Css Color HEX #D64889 Mulberry

📋 copy color: '#D64889'

red 214 ◦ green 72 ◦ blue 137

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

Shades of Mulberry #D64889

Tints of Mulberry #D64889

RGB

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

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

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

R = 50.59%
G = 17.02%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D64889 (or 0xD64889) is known color: Mulberry. HEX triplet: D6, 48 and 89. RGB value is (214,72,137). Sum of RGB (Red+Green+Blue) = 214+72+137=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 72 (28.52% from 255 or 17.02% from 423); Blue value is 137 (53.91% from 255 or 32.39% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D64889 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64889 is #29B776. Grayscale: #797979. Windows color (decimal): -2733943 or 8997078. OLE color: 8997078.

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

Color convert

RGB 214 72 137 -
CMYK 0 0.66 0.36 0.16
HSL 332.54º 0.63% 0.56% -
HSV(B) 332.54º 0.66% 0.84% -
XYZ 34.56 20.74 25.85 -
YUV 121.87 136.54 193.71 -
System Red Green Blue C M Y K H S L
Decimal 214 72 137 0 0.66 0.36 0.16 332.54 0.63 0.56
Hex D6 48 89 0 42 24 10 14D 3F 38
Octal 326 110 211 0 102 44 20 515 77 70
Binary 11010110 1001000 10001001 0 1000010 100100 10000 101001101 111111 111000

Color Harmonies of #D64889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64889

Black with #D64889

Text Example


Text Example

White with #D64889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64889; }

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

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

background-color css

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

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

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

border-color css

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

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

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