Html Css Color HEX #D64997 Mulberry

📋 copy color: '#D64997'

red 214 ◦ green 73 ◦ blue 151

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

Shades of Mulberry #D64997

Tints of Mulberry #D64997

RGB

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

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

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

R = 48.86%
G = 16.67%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D64997 (or 0xD64997) is known color: Mulberry. HEX triplet: D6, 49 and 97. RGB value is (214,73,151). Sum of RGB (Red+Green+Blue) = 214+73+151=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 73 (28.91% from 255 or 16.67% from 438); Blue value is 151 (59.38% from 255 or 34.47% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D64997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64997 is #29B668. Grayscale: #7B7B7B. Windows color (decimal): -2733673 or 9914838. OLE color: 9914838.

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

Color convert

RGB 214 73 151 -
CMYK 0 0.66 0.29 0.16
HSL 326.81º 0.63% 0.56% -
HSV(B) 326.81º 0.66% 0.84% -
XYZ 35.7 21.3 31.51 -
YUV 124.05 143.21 192.16 -
System Red Green Blue C M Y K H S L
Decimal 214 73 151 0 0.66 0.29 0.16 326.81 0.63 0.56
Hex D6 49 97 0 42 1D 10 147 3F 38
Octal 326 111 227 0 102 35 20 507 77 70
Binary 11010110 1001001 10010111 0 1000010 11101 10000 101000111 111111 111000

Color Harmonies of #D64997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64997

Black with #D64997

Text Example


Text Example

White with #D64997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64997; }

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

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

background-color css

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

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

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

border-color css

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

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

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