Html Css Color HEX #D64788 Mulberry

📋 copy color: '#D64788'

red 214 ◦ green 71 ◦ blue 136

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

Shades of Mulberry #D64788

Tints of Mulberry #D64788

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 32.3%

R = 50.83%
G = 16.86%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D64788 (or 0xD64788) is known color: Mulberry. HEX triplet: D6, 47 and 88. RGB value is (214,71,136). Sum of RGB (Red+Green+Blue) = 214+71+136=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 71 (28.12% from 255 or 16.86% from 421); Blue value is 136 (53.52% from 255 or 32.30% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D64788 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64788 is #29B877. Grayscale: #797979. Windows color (decimal): -2734200 or 8931286. OLE color: 8931286.

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

Color convert

RGB 214 71 136 -
CMYK 0 0.67 0.36 0.16
HSL 332.73º 0.64% 0.56% -
HSV(B) 332.73º 0.67% 0.84% -
XYZ 34.43 20.58 25.45 -
YUV 121.17 136.38 194.21 -
System Red Green Blue C M Y K H S L
Decimal 214 71 136 0 0.67 0.36 0.16 332.73 0.64 0.56
Hex D6 47 88 0 43 24 10 14D 40 38
Octal 326 107 210 0 103 44 20 515 100 70
Binary 11010110 1000111 10001000 0 1000011 100100 10000 101001101 1000000 111000

Color Harmonies of #D64788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64788

Black with #D64788

Text Example


Text Example

White with #D64788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64788; }

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

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

background-color css

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

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

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

border-color css

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

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

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