Html Css Color HEX #D64D8F Mulberry

📋 copy color: '#D64D8F'

red 214 ◦ green 77 ◦ blue 143

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

Shades of Mulberry #D64D8F

Tints of Mulberry #D64D8F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.74%

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

R = 49.31%
G = 17.74%
B = 32.95%

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

#D64D8F (or 0xD64D8F) is known color: Mulberry. HEX triplet: D6, 4D and 8F. RGB value is (214,77,143). Sum of RGB (Red+Green+Blue) = 214+77+143=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 77 (30.47% from 255 or 17.74% from 434); Blue value is 143 (56.25% from 255 or 32.95% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64D8F is #29B270. Grayscale: #7D7D7D. Windows color (decimal): -2732657 or 9391574. OLE color: 9391574.

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

Color convert

RGB 214 77 143 -
CMYK 0 0.64 0.33 0.16
HSL 331.09º 0.63% 0.57% -
HSV(B) 331.09º 0.64% 0.84% -
XYZ 35.34 21.59 28.29 -
YUV 125.49 137.89 191.13 -
System Red Green Blue C M Y K H S L
Decimal 214 77 143 0 0.64 0.33 0.16 331.09 0.63 0.57
Hex D6 4D 8F 0 40 21 10 14B 3F 39
Octal 326 115 217 0 100 41 20 513 77 71
Binary 11010110 1001101 10001111 0 1000000 100001 10000 101001011 111111 111001

Color Harmonies of #D64D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64D8F

Black with #D64D8F

Text Example


Text Example

White with #D64D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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