Html Css Color HEX #D64C90 Mulberry

📋 copy color: '#D64C90'

red 214 ◦ green 76 ◦ blue 144

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

Shades of Mulberry #D64C90

Tints of Mulberry #D64C90

RGB

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

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

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

R = 49.31%
G = 17.51%
B = 33.18%

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

#D64C90 (or 0xD64C90) is known color: Mulberry. HEX triplet: D6, 4C and 90. RGB value is (214,76,144). Sum of RGB (Red+Green+Blue) = 214+76+144=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 76 (30.08% from 255 or 17.51% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64C90 is #29B36F. Grayscale: #7C7C7C. Windows color (decimal): -2732912 or 9456854. OLE color: 9456854.

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

Color convert

RGB 214 76 144 -
CMYK 0 0.64 0.33 0.16
HSL 330.43º 0.63% 0.57% -
HSV(B) 330.43º 0.64% 0.84% -
XYZ 35.35 21.48 28.67 -
YUV 125.01 138.72 191.47 -
System Red Green Blue C M Y K H S L
Decimal 214 76 144 0 0.64 0.33 0.16 330.43 0.63 0.57
Hex D6 4C 90 0 40 21 10 14A 3F 39
Octal 326 114 220 0 100 41 20 512 77 71
Binary 11010110 1001100 10010000 0 1000000 100001 10000 101001010 111111 111001

Color Harmonies of #D64C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64C90

Black with #D64C90

Text Example


Text Example

White with #D64C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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