Html Css Color HEX #D64C93 Mulberry

📋 copy color: '#D64C93'

red 214 ◦ green 76 ◦ blue 147

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

Shades of Mulberry #D64C93

Tints of Mulberry #D64C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 33.64%

R = 48.97%
G = 17.39%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D64C93 (or 0xD64C93) is known color: Mulberry. HEX triplet: D6, 4C and 93. RGB value is (214,76,147). Sum of RGB (Red+Green+Blue) = 214+76+147=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 76 (30.08% from 255 or 17.39% from 437); Blue value is 147 (57.81% from 255 or 33.64% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64C93 is #29B36C. Grayscale: #7D7D7D. Windows color (decimal): -2732909 or 9653462. OLE color: 9653462.

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

Color convert

RGB 214 76 147 -
CMYK 0 0.64 0.31 0.16
HSL 329.13º 0.63% 0.57% -
HSV(B) 329.13º 0.64% 0.84% -
XYZ 35.58 21.57 29.89 -
YUV 125.36 140.22 191.23 -
System Red Green Blue C M Y K H S L
Decimal 214 76 147 0 0.64 0.31 0.16 329.13 0.63 0.57
Hex D6 4C 93 0 40 1F 10 149 3F 39
Octal 326 114 223 0 100 37 20 511 77 71
Binary 11010110 1001100 10010011 0 1000000 11111 10000 101001001 111111 111001

Color Harmonies of #D64C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64C93

Black with #D64C93

Text Example


Text Example

White with #D64C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64C93; }

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

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

background-color css

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

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

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

border-color css

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

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

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