Html Css Color HEX #D64799 Mulberry

📋 copy color: '#D64799'

red 214 ◦ green 71 ◦ blue 153

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

Shades of Mulberry #D64799

Tints of Mulberry #D64799

RGB

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

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

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

R = 48.86%
G = 16.21%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D64799 (or 0xD64799) is known color: Mulberry. HEX triplet: D6, 47 and 99. RGB value is (214,71,153). Sum of RGB (Red+Green+Blue) = 214+71+153=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 71 (28.12% from 255 or 16.21% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D64799 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64799 is #29B866. Grayscale: #7A7A7A. Windows color (decimal): -2734183 or 10045398. OLE color: 10045398.

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

Color convert

RGB 214 71 153 -
CMYK 0 0.67 0.29 0.16
HSL 325.59º 0.64% 0.56% -
HSV(B) 325.59º 0.67% 0.84% -
XYZ 35.73 21.1 32.33 -
YUV 123.11 144.88 192.83 -
System Red Green Blue C M Y K H S L
Decimal 214 71 153 0 0.67 0.29 0.16 325.59 0.64 0.56
Hex D6 47 99 0 43 1D 10 146 40 38
Octal 326 107 231 0 103 35 20 506 100 70
Binary 11010110 1000111 10011001 0 1000011 11101 10000 101000110 1000000 111000

Color Harmonies of #D64799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64799

Black with #D64799

Text Example


Text Example

White with #D64799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64799; }

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

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

background-color css

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

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

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

border-color css

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

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

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