Html Css Color HEX #D64C96 Mulberry

📋 copy color: '#D64C96'

red 214 ◦ green 76 ◦ blue 150

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

Shades of Mulberry #D64C96

Tints of Mulberry #D64C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 34.09%

R = 48.64%
G = 17.27%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D64C96 (or 0xD64C96) is known color: Mulberry. HEX triplet: D6, 4C and 96. RGB value is (214,76,150). Sum of RGB (Red+Green+Blue) = 214+76+150=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 76 (30.08% from 255 or 17.27% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64C96 is #29B369. Grayscale: #7D7D7D. Windows color (decimal): -2732906 or 9850070. OLE color: 9850070.

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

Color convert

RGB 214 76 150 -
CMYK 0 0.64 0.30 0.16
HSL 327.83º 0.63% 0.57% -
HSV(B) 327.83º 0.64% 0.84% -
XYZ 35.82 21.67 31.15 -
YUV 125.7 141.72 190.98 -
System Red Green Blue C M Y K H S L
Decimal 214 76 150 0 0.64 0.30 0.16 327.83 0.63 0.57
Hex D6 4C 96 0 40 1E 10 148 3F 39
Octal 326 114 226 0 100 36 20 510 77 71
Binary 11010110 1001100 10010110 0 1000000 11110 10000 101001000 111111 111001

Color Harmonies of #D64C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64C96

Black with #D64C96

Text Example


Text Example

White with #D64C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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