Html Css Color HEX #D64F8C Mulberry

📋 copy color: '#D64F8C'

red 214 ◦ green 79 ◦ blue 140

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

Shades of Mulberry #D64F8C

Tints of Mulberry #D64F8C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.24%

 BLUE value IS 140 (55.08% from 255) = 32.33%

R = 49.42%
G = 18.24%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D64F8C (or 0xD64F8C) is known color: Mulberry. HEX triplet: D6, 4F and 8C. RGB value is (214,79,140). Sum of RGB (Red+Green+Blue) = 214+79+140=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 79 (31.25% from 255 or 18.24% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64F8C is #29B073. Grayscale: #7E7E7E. Windows color (decimal): -2732148 or 9195478. OLE color: 9195478.

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

Color convert

RGB 214 79 140 -
CMYK 0 0.63 0.35 0.16
HSL 332.89º 0.62% 0.57% -
HSV(B) 332.89º 0.63% 0.84% -
XYZ 35.26 21.78 27.16 -
YUV 126.32 135.73 190.54 -
System Red Green Blue C M Y K H S L
Decimal 214 79 140 0 0.63 0.35 0.16 332.89 0.62 0.57
Hex D6 4F 8C 0 3F 23 10 14D 3E 39
Octal 326 117 214 0 77 43 20 515 76 71
Binary 11010110 1001111 10001100 0 111111 100011 10000 101001101 111110 111001

Color Harmonies of #D64F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64F8C

Black with #D64F8C

Text Example


Text Example

White with #D64F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64F8C; }

 p { color: rgb(214,79,140); }

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

background-color css

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

 a { background-color: rgb(214,79,140); }

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

border-color css

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

 span { border-color: rgb(214,79,140); }

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