Html Css Color HEX #D64995 Mulberry

📋 copy color: '#D64995'

red 214 ◦ green 73 ◦ blue 149

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

Shades of Mulberry #D64995

Tints of Mulberry #D64995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.17%

R = 49.08%
G = 16.74%
B = 34.17%

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

#D64995 (or 0xD64995) is known color: Mulberry. HEX triplet: D6, 49 and 95. RGB value is (214,73,149). Sum of RGB (Red+Green+Blue) = 214+73+149=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 73 (28.91% from 255 or 16.74% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D64995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64995 is #29B66A. Grayscale: #7B7B7B. Windows color (decimal): -2733675 or 9783766. OLE color: 9783766.

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

Color convert

RGB 214 73 149 -
CMYK 0 0.66 0.30 0.16
HSL 327.66º 0.63% 0.56% -
HSV(B) 327.66º 0.66% 0.84% -
XYZ 35.54 21.23 30.66 -
YUV 123.82 142.21 192.32 -
System Red Green Blue C M Y K H S L
Decimal 214 73 149 0 0.66 0.30 0.16 327.66 0.63 0.56
Hex D6 49 95 0 42 1E 10 148 3F 38
Octal 326 111 225 0 102 36 20 510 77 70
Binary 11010110 1001001 10010101 0 1000010 11110 10000 101001000 111111 111000

Color Harmonies of #D64995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64995

Black with #D64995

Text Example


Text Example

White with #D64995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64995; }

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

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

background-color css

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

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

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

border-color css

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

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

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