Html Css Color HEX #D64996 Mulberry

📋 copy color: '#D64996'

red 214 ◦ green 73 ◦ blue 150

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

Shades of Mulberry #D64996

Tints of Mulberry #D64996

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.7%

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

R = 48.97%
G = 16.7%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D64996 (or 0xD64996) is known color: Mulberry. HEX triplet: D6, 49 and 96. RGB value is (214,73,150). Sum of RGB (Red+Green+Blue) = 214+73+150=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 73 (28.91% from 255 or 16.70% from 437); Blue value is 150 (58.98% from 255 or 34.32% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D64996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64996 is #29B669. Grayscale: #7B7B7B. Windows color (decimal): -2733674 or 9849302. OLE color: 9849302.

HSL color Cylindrical-coordinate representation of color #D64996: hue angle of 327.23º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D64996 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 73 150 -
CMYK 0 0.66 0.30 0.16
HSL 327.23º 0.63% 0.56% -
HSV(B) 327.23º 0.66% 0.84% -
XYZ 35.62 21.26 31.08 -
YUV 123.94 142.71 192.24 -
System Red Green Blue C M Y K H S L
Decimal 214 73 150 0 0.66 0.30 0.16 327.23 0.63 0.56
Hex D6 49 96 0 42 1E 10 147 3F 38
Octal 326 111 226 0 102 36 20 507 77 70
Binary 11010110 1001001 10010110 0 1000010 11110 10000 101000111 111111 111000

Color Harmonies of #D64996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64996

Black with #D64996

Text Example


Text Example

White with #D64996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64996; }

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

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

background-color css

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

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

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

border-color css

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

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

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