Html Css Color HEX #D64989 Mulberry

📋 copy color: '#D64989'

red 214 ◦ green 73 ◦ blue 137

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

Shades of Mulberry #D64989

Tints of Mulberry #D64989

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.22%

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

R = 50.47%
G = 17.22%
B = 32.31%

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

#D64989 (or 0xD64989) is known color: Mulberry. HEX triplet: D6, 49 and 89. RGB value is (214,73,137). Sum of RGB (Red+Green+Blue) = 214+73+137=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 73 (28.91% from 255 or 17.22% from 424); Blue value is 137 (53.91% from 255 or 32.31% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D64989 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64989 is #29B676. Grayscale: #7A7A7A. Windows color (decimal): -2733687 or 8997334. OLE color: 8997334.

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

Color convert

RGB 214 73 137 -
CMYK 0 0.66 0.36 0.16
HSL 332.77º 0.63% 0.56% -
HSV(B) 332.77º 0.66% 0.84% -
XYZ 34.63 20.87 25.87 -
YUV 122.46 136.21 193.3 -
System Red Green Blue C M Y K H S L
Decimal 214 73 137 0 0.66 0.36 0.16 332.77 0.63 0.56
Hex D6 49 89 0 42 24 10 14D 3F 38
Octal 326 111 211 0 102 44 20 515 77 70
Binary 11010110 1001001 10001001 0 1000010 100100 10000 101001101 111111 111000

Color Harmonies of #D64989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64989

Black with #D64989

Text Example


Text Example

White with #D64989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64989; }

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

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

background-color css

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

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

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

border-color css

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

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

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