Html Css Color HEX #D64394 Mulberry

📋 copy color: '#D64394'

red 214 ◦ green 67 ◦ blue 148

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

Shades of Mulberry #D64394

Tints of Mulberry #D64394

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.62%

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

R = 49.88%
G = 15.62%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D64394 (or 0xD64394) is known color: Mulberry. HEX triplet: D6, 43 and 94. RGB value is (214,67,148). Sum of RGB (Red+Green+Blue) = 214+67+148=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 67 (26.56% from 255 or 15.62% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D64394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64394 is #29BC6B. Grayscale: #787878. Windows color (decimal): -2735212 or 9716694. OLE color: 9716694.

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

Color convert

RGB 214 67 148 -
CMYK 0 0.69 0.31 0.16
HSL 326.94º 0.64% 0.55% -
HSV(B) 326.94º 0.69% 0.84% -
XYZ 35.08 20.45 30.11 -
YUV 120.19 143.7 194.91 -
System Red Green Blue C M Y K H S L
Decimal 214 67 148 0 0.69 0.31 0.16 326.94 0.64 0.55
Hex D6 43 94 0 45 1F 10 147 40 37
Octal 326 103 224 0 105 37 20 507 100 67
Binary 11010110 1000011 10010100 0 1000101 11111 10000 101000111 1000000 110111

Color Harmonies of #D64394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64394

Black with #D64394

Text Example


Text Example

White with #D64394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64394; }

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

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

background-color css

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

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

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

border-color css

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

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

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