Html Css Color HEX #D64C9F Mulberry

📋 copy color: '#D64C9F'

red 214 ◦ green 76 ◦ blue 159

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

Shades of Mulberry #D64C9F

Tints of Mulberry #D64C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.41%

R = 47.66%
G = 16.93%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D64C9F (or 0xD64C9F) is known color: Mulberry. HEX triplet: D6, 4C and 9F. RGB value is (214,76,159). Sum of RGB (Red+Green+Blue) = 214+76+159=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 76 (30.08% from 255 or 16.93% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64C9F is #29B360. Grayscale: #7E7E7E. Windows color (decimal): -2732897 or 10439894. OLE color: 10439894.

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

Color convert

RGB 214 76 159 -
CMYK 0 0.64 0.26 0.16
HSL 323.91º 0.63% 0.57% -
HSV(B) 323.91º 0.64% 0.84% -
XYZ 36.57 21.97 35.11 -
YUV 126.72 146.22 190.25 -
System Red Green Blue C M Y K H S L
Decimal 214 76 159 0 0.64 0.26 0.16 323.91 0.63 0.57
Hex D6 4C 9F 0 40 1A 10 144 3F 39
Octal 326 114 237 0 100 32 20 504 77 71
Binary 11010110 1001100 10011111 0 1000000 11010 10000 101000100 111111 111001

Color Harmonies of #D64C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64C9F

Black with #D64C9F

Text Example


Text Example

White with #D64C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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