Html Css Color HEX #D64494 Mulberry

📋 copy color: '#D64494'

red 214 ◦ green 68 ◦ blue 148

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

Shades of Mulberry #D64494

Tints of Mulberry #D64494

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.81%

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

R = 49.77%
G = 15.81%
B = 34.42%

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

#D64494 (or 0xD64494) is known color: Mulberry. HEX triplet: D6, 44 and 94. RGB value is (214,68,148). Sum of RGB (Red+Green+Blue) = 214+68+148=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 68 (26.95% from 255 or 15.81% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D64494 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64494 is #29BB6B. Grayscale: #787878. Windows color (decimal): -2734956 or 9716950. OLE color: 9716950.

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

Color convert

RGB 214 68 148 -
CMYK 0 0.68 0.31 0.16
HSL 327.12º 0.64% 0.55% -
HSV(B) 327.12º 0.68% 0.84% -
XYZ 35.14 20.57 30.13 -
YUV 120.77 143.37 194.5 -
System Red Green Blue C M Y K H S L
Decimal 214 68 148 0 0.68 0.31 0.16 327.12 0.64 0.55
Hex D6 44 94 0 44 1F 10 147 40 37
Octal 326 104 224 0 104 37 20 507 100 67
Binary 11010110 1000100 10010100 0 1000100 11111 10000 101000111 1000000 110111

Color Harmonies of #D64494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64494

Black with #D64494

Text Example


Text Example

White with #D64494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64494; }

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

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

background-color css

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

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

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

border-color css

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

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

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