Html Css Color HEX #D64899 Mulberry

📋 copy color: '#D64899'

red 214 ◦ green 72 ◦ blue 153

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

Shades of Mulberry #D64899

Tints of Mulberry #D64899

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.4%

 BLUE value IS 153 (60.16% from 255) = 34.85%

R = 48.75%
G = 16.4%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D64899 (or 0xD64899) is known color: Mulberry. HEX triplet: D6, 48 and 99. RGB value is (214,72,153). Sum of RGB (Red+Green+Blue) = 214+72+153=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 72 (28.52% from 255 or 16.40% from 439); Blue value is 153 (60.16% from 255 or 34.85% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D64899 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64899 is #29B766. Grayscale: #7B7B7B. Windows color (decimal): -2733927 or 10045654. OLE color: 10045654.

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

Color convert

RGB 214 72 153 -
CMYK 0 0.66 0.29 0.16
HSL 325.77º 0.63% 0.56% -
HSV(B) 325.77º 0.66% 0.84% -
XYZ 35.8 21.23 32.35 -
YUV 123.69 144.54 192.41 -
System Red Green Blue C M Y K H S L
Decimal 214 72 153 0 0.66 0.29 0.16 325.77 0.63 0.56
Hex D6 48 99 0 42 1D 10 146 3F 38
Octal 326 110 231 0 102 35 20 506 77 70
Binary 11010110 1001000 10011001 0 1000010 11101 10000 101000110 111111 111000

Color Harmonies of #D64899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64899

Black with #D64899

Text Example


Text Example

White with #D64899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64899; }

 p { color: rgb(214,72,153); }

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

background-color css

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

 a { background-color: rgb(214,72,153); }

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

border-color css

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

 span { border-color: rgb(214,72,153); }

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