Html Css Color HEX #D64797 Mulberry

📋 copy color: '#D64797'

red 214 ◦ green 71 ◦ blue 151

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

Shades of Mulberry #D64797

Tints of Mulberry #D64797

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.28%

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

R = 49.08%
G = 16.28%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D64797 (or 0xD64797) is known color: Mulberry. HEX triplet: D6, 47 and 97. RGB value is (214,71,151). Sum of RGB (Red+Green+Blue) = 214+71+151=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 71 (28.12% from 255 or 16.28% from 436); Blue value is 151 (59.38% from 255 or 34.63% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D64797 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64797 is #29B868. Grayscale: #7A7A7A. Windows color (decimal): -2734185 or 9914326. OLE color: 9914326.

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

Color convert

RGB 214 71 151 -
CMYK 0 0.67 0.29 0.16
HSL 326.43º 0.64% 0.56% -
HSV(B) 326.43º 0.67% 0.84% -
XYZ 35.57 21.04 31.46 -
YUV 122.88 143.88 193 -
System Red Green Blue C M Y K H S L
Decimal 214 71 151 0 0.67 0.29 0.16 326.43 0.64 0.56
Hex D6 47 97 0 43 1D 10 146 40 38
Octal 326 107 227 0 103 35 20 506 100 70
Binary 11010110 1000111 10010111 0 1000011 11101 10000 101000110 1000000 111000

Color Harmonies of #D64797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64797

Black with #D64797

Text Example


Text Example

White with #D64797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64797; }

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

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

background-color css

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

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

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

border-color css

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

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

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