Html Css Color HEX #D64C8F Mulberry

📋 copy color: '#D64C8F'

red 214 ◦ green 76 ◦ blue 143

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

Shades of Mulberry #D64C8F

Tints of Mulberry #D64C8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.03%

R = 49.42%
G = 17.55%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D64C8F (or 0xD64C8F) is known color: Mulberry. HEX triplet: D6, 4C and 8F. RGB value is (214,76,143). Sum of RGB (Red+Green+Blue) = 214+76+143=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 76 (30.08% from 255 or 17.55% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64C8F is #29B370. Grayscale: #7C7C7C. Windows color (decimal): -2732913 or 9391318. OLE color: 9391318.

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

Color convert

RGB 214 76 143 -
CMYK 0 0.64 0.33 0.16
HSL 330.87º 0.63% 0.57% -
HSV(B) 330.87º 0.64% 0.84% -
XYZ 35.27 21.45 28.27 -
YUV 124.9 138.22 191.55 -
System Red Green Blue C M Y K H S L
Decimal 214 76 143 0 0.64 0.33 0.16 330.87 0.63 0.57
Hex D6 4C 8F 0 40 21 10 14B 3F 39
Octal 326 114 217 0 100 41 20 513 77 71
Binary 11010110 1001100 10001111 0 1000000 100001 10000 101001011 111111 111001

Color Harmonies of #D64C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64C8F

Black with #D64C8F

Text Example


Text Example

White with #D64C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64C8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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