Html Css Color HEX #D64796 Mulberry

📋 copy color: '#D64796'

red 214 ◦ green 71 ◦ blue 150

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

Shades of Mulberry #D64796

Tints of Mulberry #D64796

RGB

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

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

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

R = 49.2%
G = 16.32%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D64796 (or 0xD64796) is known color: Mulberry. HEX triplet: D6, 47 and 96. RGB value is (214,71,150). Sum of RGB (Red+Green+Blue) = 214+71+150=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 71 (28.12% from 255 or 16.32% from 435); Blue value is 150 (58.98% from 255 or 34.48% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D64796 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64796 is #29B869. Grayscale: #7A7A7A. Windows color (decimal): -2734186 or 9848790. OLE color: 9848790.

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

Color convert

RGB 214 71 150 -
CMYK 0 0.67 0.30 0.16
HSL 326.85º 0.64% 0.56% -
HSV(B) 326.85º 0.67% 0.84% -
XYZ 35.49 21 31.04 -
YUV 122.76 143.38 193.08 -
System Red Green Blue C M Y K H S L
Decimal 214 71 150 0 0.67 0.30 0.16 326.85 0.64 0.56
Hex D6 47 96 0 43 1E 10 147 40 38
Octal 326 107 226 0 103 36 20 507 100 70
Binary 11010110 1000111 10010110 0 1000011 11110 10000 101000111 1000000 111000

Color Harmonies of #D64796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64796

Black with #D64796

Text Example


Text Example

White with #D64796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64796; }

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

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

background-color css

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

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

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

border-color css

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

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

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