Html Css Color HEX #D64F91 Mulberry

📋 copy color: '#D64F91'

red 214 ◦ green 79 ◦ blue 145

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

Shades of Mulberry #D64F91

Tints of Mulberry #D64F91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 33.11%

R = 48.86%
G = 18.04%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D64F91 (or 0xD64F91) is known color: Mulberry. HEX triplet: D6, 4F and 91. RGB value is (214,79,145). Sum of RGB (Red+Green+Blue) = 214+79+145=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 79 (31.25% from 255 or 18.04% from 438); Blue value is 145 (57.03% from 255 or 33.11% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64F91 is #29B06E. Grayscale: #7E7E7E. Windows color (decimal): -2732143 or 9523158. OLE color: 9523158.

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

Color convert

RGB 214 79 145 -
CMYK 0 0.63 0.32 0.16
HSL 330.67º 0.62% 0.57% -
HSV(B) 330.67º 0.63% 0.84% -
XYZ 35.64 21.93 29.14 -
YUV 126.89 138.23 190.13 -
System Red Green Blue C M Y K H S L
Decimal 214 79 145 0 0.63 0.32 0.16 330.67 0.62 0.57
Hex D6 4F 91 0 3F 20 10 14B 3E 39
Octal 326 117 221 0 77 40 20 513 76 71
Binary 11010110 1001111 10010001 0 111111 100000 10000 101001011 111110 111001

Color Harmonies of #D64F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64F91

Black with #D64F91

Text Example


Text Example

White with #D64F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64F91; }

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

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

background-color css

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

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

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

border-color css

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

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

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