Html Css Color HEX #D64E90 Mulberry

📋 copy color: '#D64E90'

red 214 ◦ green 78 ◦ blue 144

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

Shades of Mulberry #D64E90

Tints of Mulberry #D64E90

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.89%

 BLUE value IS 144 (56.64% from 255) = 33.03%

R = 49.08%
G = 17.89%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D64E90 (or 0xD64E90) is known color: Mulberry. HEX triplet: D6, 4E and 90. RGB value is (214,78,144). Sum of RGB (Red+Green+Blue) = 214+78+144=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 78 (30.86% from 255 or 17.89% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D64E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64E90 is #29B16F. Grayscale: #7E7E7E. Windows color (decimal): -2732400 or 9457366. OLE color: 9457366.

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

Color convert

RGB 214 78 144 -
CMYK 0 0.64 0.33 0.16
HSL 330.88º 0.62% 0.57% -
HSV(B) 330.88º 0.64% 0.84% -
XYZ 35.49 21.76 28.71 -
YUV 126.19 138.06 190.63 -
System Red Green Blue C M Y K H S L
Decimal 214 78 144 0 0.64 0.33 0.16 330.88 0.62 0.57
Hex D6 4E 90 0 40 21 10 14B 3E 39
Octal 326 116 220 0 100 41 20 513 76 71
Binary 11010110 1001110 10010000 0 1000000 100001 10000 101001011 111110 111001

Color Harmonies of #D64E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64E90

Black with #D64E90

Text Example


Text Example

White with #D64E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64E90; }

 p { color: rgb(214,78,144); }

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

background-color css

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

 a { background-color: rgb(214,78,144); }

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

border-color css

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

 span { border-color: rgb(214,78,144); }

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