Html Css Color HEX #D64787 Mulberry

📋 copy color: '#D64787'

red 214 ◦ green 71 ◦ blue 135

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

Shades of Mulberry #D64787

Tints of Mulberry #D64787

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 32.14%

R = 50.95%
G = 16.9%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D64787 (or 0xD64787) is known color: Mulberry. HEX triplet: D6, 47 and 87. RGB value is (214,71,135). Sum of RGB (Red+Green+Blue) = 214+71+135=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 71 (28.12% from 255 or 16.90% from 420); Blue value is 135 (53.12% from 255 or 32.14% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D64787 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64787 is #29B878. Grayscale: #787878. Windows color (decimal): -2734201 or 8865750. OLE color: 8865750.

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

Color convert

RGB 214 71 135 -
CMYK 0 0.67 0.37 0.16
HSL 333.15º 0.64% 0.56% -
HSV(B) 333.15º 0.67% 0.84% -
XYZ 34.36 20.55 25.08 -
YUV 121.05 135.88 194.3 -
System Red Green Blue C M Y K H S L
Decimal 214 71 135 0 0.67 0.37 0.16 333.15 0.64 0.56
Hex D6 47 87 0 43 25 10 14D 40 38
Octal 326 107 207 0 103 45 20 515 100 70
Binary 11010110 1000111 10000111 0 1000011 100101 10000 101001101 1000000 111000

Color Harmonies of #D64787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64787

Black with #D64787

Text Example


Text Example

White with #D64787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64787; }

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

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

background-color css

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

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

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

border-color css

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

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

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