Html Css Color HEX #D64894 Mulberry

📋 copy color: '#D64894'

red 214 ◦ green 72 ◦ blue 148

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

Shades of Mulberry #D64894

Tints of Mulberry #D64894

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.59%

 BLUE value IS 148 (58.2% from 255) = 34.1%

R = 49.31%
G = 16.59%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D64894 (or 0xD64894) is known color: Mulberry. HEX triplet: D6, 48 and 94. RGB value is (214,72,148). Sum of RGB (Red+Green+Blue) = 214+72+148=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 72 (28.52% from 255 or 16.59% from 434); Blue value is 148 (58.20% from 255 or 34.10% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D64894 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64894 is #29B76B. Grayscale: #7A7A7A. Windows color (decimal): -2733932 or 9717974. OLE color: 9717974.

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

Color convert

RGB 214 72 148 -
CMYK 0 0.66 0.31 0.16
HSL 327.89º 0.63% 0.56% -
HSV(B) 327.89º 0.66% 0.84% -
XYZ 35.39 21.07 30.22 -
YUV 123.12 142.04 192.82 -
System Red Green Blue C M Y K H S L
Decimal 214 72 148 0 0.66 0.31 0.16 327.89 0.63 0.56
Hex D6 48 94 0 42 1F 10 148 3F 38
Octal 326 110 224 0 102 37 20 510 77 70
Binary 11010110 1001000 10010100 0 1000010 11111 10000 101001000 111111 111000

Color Harmonies of #D64894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64894

Black with #D64894

Text Example


Text Example

White with #D64894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64894; }

 p { color: rgb(214,72,148); }

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

background-color css

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

 a { background-color: rgb(214,72,148); }

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

border-color css

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

 span { border-color: rgb(214,72,148); }

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