Html Css Color HEX #D64790 Mulberry

📋 copy color: '#D64790'

red 214 ◦ green 71 ◦ blue 144

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

Shades of Mulberry #D64790

Tints of Mulberry #D64790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.57%

R = 49.88%
G = 16.55%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D64790 (or 0xD64790) is known color: Mulberry. HEX triplet: D6, 47 and 90. RGB value is (214,71,144). Sum of RGB (Red+Green+Blue) = 214+71+144=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 71 (28.12% from 255 or 16.55% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D64790 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64790 is #29B86F. Grayscale: #797979. Windows color (decimal): -2734192 or 9455574. OLE color: 9455574.

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

Color convert

RGB 214 71 144 -
CMYK 0 0.67 0.33 0.16
HSL 329.37º 0.64% 0.56% -
HSV(B) 329.37º 0.67% 0.84% -
XYZ 35.02 20.82 28.56 -
YUV 122.08 140.38 193.56 -
System Red Green Blue C M Y K H S L
Decimal 214 71 144 0 0.67 0.33 0.16 329.37 0.64 0.56
Hex D6 47 90 0 43 21 10 149 40 38
Octal 326 107 220 0 103 41 20 511 100 70
Binary 11010110 1000111 10010000 0 1000011 100001 10000 101001001 1000000 111000

Color Harmonies of #D64790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64790

Black with #D64790

Text Example


Text Example

White with #D64790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64790; }

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

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

background-color css

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

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

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

border-color css

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

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

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