Html Css Color HEX #D64593 Mulberry

📋 copy color: '#D64593'

red 214 ◦ green 69 ◦ blue 147

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

Shades of Mulberry #D64593

Tints of Mulberry #D64593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.19%

R = 49.77%
G = 16.05%
B = 34.19%

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

#D64593 (or 0xD64593) is known color: Mulberry. HEX triplet: D6, 45 and 93. RGB value is (214,69,147). Sum of RGB (Red+Green+Blue) = 214+69+147=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 69 (27.34% from 255 or 16.05% from 430); Blue value is 147 (57.81% from 255 or 34.19% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D64593 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64593 is #29BA6C. Grayscale: #797979. Windows color (decimal): -2734701 or 9651670. OLE color: 9651670.

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

Color convert

RGB 214 69 147 -
CMYK 0 0.68 0.31 0.16
HSL 327.72º 0.64% 0.55% -
HSV(B) 327.72º 0.68% 0.84% -
XYZ 35.13 20.66 29.74 -
YUV 121.25 142.54 194.16 -
System Red Green Blue C M Y K H S L
Decimal 214 69 147 0 0.68 0.31 0.16 327.72 0.64 0.55
Hex D6 45 93 0 44 1F 10 148 40 37
Octal 326 105 223 0 104 37 20 510 100 67
Binary 11010110 1000101 10010011 0 1000100 11111 10000 101001000 1000000 110111

Color Harmonies of #D64593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64593

Black with #D64593

Text Example


Text Example

White with #D64593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64593; }

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

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

background-color css

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

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

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

border-color css

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

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

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