Html Css Color HEX #D64C8A Mulberry

📋 copy color: '#D64C8A'

red 214 ◦ green 76 ◦ blue 138

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

Shades of Mulberry #D64C8A

Tints of Mulberry #D64C8A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.76%

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

R = 50%
G = 17.76%
B = 32.24%

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

#D64C8A (or 0xD64C8A) is known color: Mulberry. HEX triplet: D6, 4C and 8A. RGB value is (214,76,138). Sum of RGB (Red+Green+Blue) = 214+76+138=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 76 (30.08% from 255 or 17.76% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64C8A is #29B375. Grayscale: #7C7C7C. Windows color (decimal): -2732918 or 9063638. OLE color: 9063638.

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

Color convert

RGB 214 76 138 -
CMYK 0 0.64 0.36 0.16
HSL 333.04º 0.63% 0.57% -
HSV(B) 333.04º 0.64% 0.84% -
XYZ 34.9 21.3 26.32 -
YUV 124.33 135.72 191.96 -
System Red Green Blue C M Y K H S L
Decimal 214 76 138 0 0.64 0.36 0.16 333.04 0.63 0.57
Hex D6 4C 8A 0 40 24 10 14D 3F 39
Octal 326 114 212 0 100 44 20 515 77 71
Binary 11010110 1001100 10001010 0 1000000 100100 10000 101001101 111111 111001

Color Harmonies of #D64C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64C8A

Black with #D64C8A

Text Example


Text Example

White with #D64C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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