Html Css Color HEX #D64C97 Mulberry

📋 copy color: '#D64C97'

red 214 ◦ green 76 ◦ blue 151

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

Shades of Mulberry #D64C97

Tints of Mulberry #D64C97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 34.24%

R = 48.53%
G = 17.23%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D64C97 (or 0xD64C97) is known color: Mulberry. HEX triplet: D6, 4C and 97. RGB value is (214,76,151). Sum of RGB (Red+Green+Blue) = 214+76+151=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 76 (30.08% from 255 or 17.23% from 441); Blue value is 151 (59.38% from 255 or 34.24% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64C97 is #29B368. Grayscale: #7D7D7D. Windows color (decimal): -2732905 or 9915606. OLE color: 9915606.

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

Color convert

RGB 214 76 151 -
CMYK 0 0.64 0.29 0.16
HSL 327.39º 0.63% 0.57% -
HSV(B) 327.39º 0.64% 0.84% -
XYZ 35.9 21.7 31.57 -
YUV 125.81 142.22 190.9 -
System Red Green Blue C M Y K H S L
Decimal 214 76 151 0 0.64 0.29 0.16 327.39 0.63 0.57
Hex D6 4C 97 0 40 1D 10 147 3F 39
Octal 326 114 227 0 100 35 20 507 77 71
Binary 11010110 1001100 10010111 0 1000000 11101 10000 101000111 111111 111001

Color Harmonies of #D64C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64C97

Black with #D64C97

Text Example


Text Example

White with #D64C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64C97; }

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

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

background-color css

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

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

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

border-color css

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

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

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