Html Css Color HEX #D64F8F Mulberry

📋 copy color: '#D64F8F'

red 214 ◦ green 79 ◦ blue 143

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

Shades of Mulberry #D64F8F

Tints of Mulberry #D64F8F

RGB

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

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

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

R = 49.08%
G = 18.12%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D64F8F (or 0xD64F8F) is known color: Mulberry. HEX triplet: D6, 4F and 8F. RGB value is (214,79,143). Sum of RGB (Red+Green+Blue) = 214+79+143=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 79 (31.25% from 255 or 18.12% from 436); Blue value is 143 (56.25% from 255 or 32.80% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64F8F is #29B070. Grayscale: #7E7E7E. Windows color (decimal): -2732145 or 9392086. OLE color: 9392086.

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

Color convert

RGB 214 79 143 -
CMYK 0 0.63 0.33 0.16
HSL 331.56º 0.62% 0.57% -
HSV(B) 331.56º 0.63% 0.84% -
XYZ 35.49 21.87 28.34 -
YUV 126.66 137.23 190.3 -
System Red Green Blue C M Y K H S L
Decimal 214 79 143 0 0.63 0.33 0.16 331.56 0.62 0.57
Hex D6 4F 8F 0 3F 21 10 14C 3E 39
Octal 326 117 217 0 77 41 20 514 76 71
Binary 11010110 1001111 10001111 0 111111 100001 10000 101001100 111110 111001

Color Harmonies of #D64F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64F8F

Black with #D64F8F

Text Example


Text Example

White with #D64F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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