Html Css Color HEX #D64C89 Mulberry

📋 copy color: '#D64C89'

red 214 ◦ green 76 ◦ blue 137

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

Shades of Mulberry #D64C89

Tints of Mulberry #D64C89

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.8%

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

R = 50.12%
G = 17.8%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D64C89 (or 0xD64C89) is known color: Mulberry. HEX triplet: D6, 4C and 89. RGB value is (214,76,137). Sum of RGB (Red+Green+Blue) = 214+76+137=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 76 (30.08% from 255 or 17.80% from 427); Blue value is 137 (53.91% from 255 or 32.08% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64C89 is #29B376. Grayscale: #7C7C7C. Windows color (decimal): -2732919 or 8998102. OLE color: 8998102.

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

Color convert

RGB 214 76 137 -
CMYK 0 0.64 0.36 0.16
HSL 333.48º 0.63% 0.57% -
HSV(B) 333.48º 0.64% 0.84% -
XYZ 34.83 21.27 25.94 -
YUV 124.22 135.22 192.04 -
System Red Green Blue C M Y K H S L
Decimal 214 76 137 0 0.64 0.36 0.16 333.48 0.63 0.57
Hex D6 4C 89 0 40 24 10 14D 3F 39
Octal 326 114 211 0 100 44 20 515 77 71
Binary 11010110 1001100 10001001 0 1000000 100100 10000 101001101 111111 111001

Color Harmonies of #D64C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64C89

Black with #D64C89

Text Example


Text Example

White with #D64C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64C89; }

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

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

background-color css

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

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

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

border-color css

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

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

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