Html Css Color HEX #D64594 Mulberry

📋 copy color: '#D64594'

red 214 ◦ green 69 ◦ blue 148

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

Shades of Mulberry #D64594

Tints of Mulberry #D64594

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.01%

 BLUE value IS 148 (58.2% from 255) = 34.34%

R = 49.65%
G = 16.01%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D64594 (or 0xD64594) is known color: Mulberry. HEX triplet: D6, 45 and 94. RGB value is (214,69,148). Sum of RGB (Red+Green+Blue) = 214+69+148=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 69 (27.34% from 255 or 16.01% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D64594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64594 is #29BA6B. Grayscale: #797979. Windows color (decimal): -2734700 or 9717206. OLE color: 9717206.

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

Color convert

RGB 214 69 148 -
CMYK 0 0.68 0.31 0.16
HSL 327.31º 0.64% 0.55% -
HSV(B) 327.31º 0.68% 0.84% -
XYZ 35.2 20.69 30.16 -
YUV 121.36 143.04 194.08 -
System Red Green Blue C M Y K H S L
Decimal 214 69 148 0 0.68 0.31 0.16 327.31 0.64 0.55
Hex D6 45 94 0 44 1F 10 147 40 37
Octal 326 105 224 0 104 37 20 507 100 67
Binary 11010110 1000101 10010100 0 1000100 11111 10000 101000111 1000000 110111

Color Harmonies of #D64594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64594

Black with #D64594

Text Example


Text Example

White with #D64594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64594; }

 p { color: rgb(214,69,148); }

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

background-color css

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

 a { background-color: rgb(214,69,148); }

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

border-color css

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

 span { border-color: rgb(214,69,148); }

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