Html Css Color HEX #D64792 Mulberry

📋 copy color: '#D64792'

red 214 ◦ green 71 ◦ blue 146

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

Shades of Mulberry #D64792

Tints of Mulberry #D64792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.87%

R = 49.65%
G = 16.47%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D64792 (or 0xD64792) is known color: Mulberry. HEX triplet: D6, 47 and 92. RGB value is (214,71,146). Sum of RGB (Red+Green+Blue) = 214+71+146=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 71 (28.12% from 255 or 16.47% from 431); Blue value is 146 (57.42% from 255 or 33.87% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D64792 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64792 is #29B86D. Grayscale: #7A7A7A. Windows color (decimal): -2734190 or 9586646. OLE color: 9586646.

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

Color convert

RGB 214 71 146 -
CMYK 0 0.67 0.32 0.16
HSL 328.53º 0.64% 0.56% -
HSV(B) 328.53º 0.67% 0.84% -
XYZ 35.17 20.88 29.37 -
YUV 122.31 141.38 193.4 -
System Red Green Blue C M Y K H S L
Decimal 214 71 146 0 0.67 0.32 0.16 328.53 0.64 0.56
Hex D6 47 92 0 43 20 10 149 40 38
Octal 326 107 222 0 103 40 20 511 100 70
Binary 11010110 1000111 10010010 0 1000011 100000 10000 101001001 1000000 111000

Color Harmonies of #D64792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64792

Black with #D64792

Text Example


Text Example

White with #D64792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64792; }

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

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

background-color css

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

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

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

border-color css

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

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

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