Html Css Color HEX #D64D8A Mulberry

📋 copy color: '#D64D8A'

red 214 ◦ green 77 ◦ blue 138

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

Shades of Mulberry #D64D8A

Tints of Mulberry #D64D8A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.95%

 BLUE value IS 138 (54.3% from 255) = 32.17%

R = 49.88%
G = 17.95%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D64D8A (or 0xD64D8A) is known color: Mulberry. HEX triplet: D6, 4D and 8A. RGB value is (214,77,138). Sum of RGB (Red+Green+Blue) = 214+77+138=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 77 (30.47% from 255 or 17.95% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64D8A is #29B275. Grayscale: #7C7C7C. Windows color (decimal): -2732662 or 9063894. OLE color: 9063894.

HSL color Cylindrical-coordinate representation of color #D64D8A: hue angle of 333.28º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D64D8A is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 77 138 -
CMYK 0 0.64 0.36 0.16
HSL 333.28º 0.63% 0.57% -
HSV(B) 333.28º 0.64% 0.84% -
XYZ 34.97 21.44 26.34 -
YUV 124.92 135.39 191.54 -
System Red Green Blue C M Y K H S L
Decimal 214 77 138 0 0.64 0.36 0.16 333.28 0.63 0.57
Hex D6 4D 8A 0 40 24 10 14D 3F 39
Octal 326 115 212 0 100 44 20 515 77 71
Binary 11010110 1001101 10001010 0 1000000 100100 10000 101001101 111111 111001

Color Harmonies of #D64D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64D8A

Black with #D64D8A

Text Example


Text Example

White with #D64D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64D8A; }

 p { color: rgb(214,77,138); }

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

background-color css

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

 a { background-color: rgb(214,77,138); }

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

border-color css

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

 span { border-color: rgb(214,77,138); }

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